mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
fix: set createColumnWithColumnKeyword to false for cassandra
This commit is contained in:
@@ -18,7 +18,7 @@ const dialect = {
|
||||
createIndex: true,
|
||||
dropIndex: true,
|
||||
anonymousPrimaryKey: true,
|
||||
createColumnWithColumnKeyword: true,
|
||||
createColumnWithColumnKeyword: false,
|
||||
specificNullabilityImplementation: true,
|
||||
disableRenameTable: true,
|
||||
generateDefaultValueForUuid: 'uuid()',
|
||||
|
||||
Reference in New Issue
Block a user