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