specificNullabilityImplementation

This commit is contained in:
Jan Prochazka
2024-09-11 15:43:14 +02:00
parent f74533b42f
commit 08fce96691
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ export interface SqlDialect {
createCheck?: boolean;
dropCheck?: boolean;
specificNotNull?: boolean;
specificNullabilityImplementation?: boolean;
// syntax for create column: ALTER TABLE table ADD COLUMN column
createColumnWithColumnKeyword?: boolean;