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