non default schema name in tab title

This commit is contained in:
Jan Prochazka
2022-09-28 16:56:47 +02:00
parent b2204e1d77
commit 53b6b71a29
5 changed files with 16 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ export interface SqlDialect {
fallbackDataType?: string;
explicitDropConstraint?: boolean;
anonymousPrimaryKey?: boolean;
defaultSchemaName?: string;
enableConstraintsPerTable?: boolean;
dropColumnDependencies?: string[];