All tables referenced (primary + joined).
List<String> get allTables => [table, ...joins.map((j) => j.rightTable)];