of not exitsts fields

This commit is contained in:
Jan Prochazka
2024-07-10 11:57:41 +02:00
parent 4864a376c6
commit 9d5c7e6df2
5 changed files with 59 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ export interface SqlDialect {
dropCheck?: boolean;
dropReferencesWhenDropTable?: boolean;
requireFromDual?: boolean;
predefinedDataTypes: string[];