factory JoinedTable.leftJoin(String tableName, [String? alias]) => JoinedTable(JoinType.LeftJoin, tableName, alias);