sql generator

This commit is contained in:
Jan Prochazka
2021-04-01 08:09:22 +02:00
parent a1993214e2
commit d62177d996
10 changed files with 175 additions and 44 deletions

View File

@@ -70,6 +70,7 @@ export interface TableInfo extends DatabaseObjectInfo {
foreignKeys: ForeignKeyInfo[];
dependencies?: ForeignKeyInfo[];
indexes?: IndexInfo[];
uniques?: UniqueInfo[];
checks?: CheckInfo[];
}