hide indexes from clickhouse

This commit is contained in:
Jan Prochazka
2024-09-12 13:20:15 +02:00
parent 2f1cbbd75e
commit d2e49967e4
4 changed files with 50 additions and 42 deletions

View File

@@ -37,6 +37,7 @@ export interface SqlDialect {
specificNullabilityImplementation?: boolean;
omitForeignKeys?: boolean;
omitUniqueConstraints?: boolean;
omitIndexes?: boolean;
sortingKeys?: boolean;
// syntax for create column: ALTER TABLE table ADD COLUMN column