The tables as the TableInfo the DDL generators consume.
List<TableInfo> get tableInfos => [ for (final table in tables.values) table.toTableInfo(), ];