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