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