mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
alter table fixes WIP
This commit is contained in:
@@ -91,7 +91,9 @@ const dialect = {
|
||||
rangeSelect: true,
|
||||
stringEscapeChar: "'",
|
||||
fallbackDataType: 'String',
|
||||
|
||||
dropColumnDependencies: ['primaryKey', 'sortingKey'],
|
||||
changeColumnDependencies: ['primaryKey', 'sortingKey'],
|
||||
renameColumnDependencies: ['primaryKey', 'sortingKey'],
|
||||
createColumn: true,
|
||||
dropColumn: true,
|
||||
changeColumn: true,
|
||||
|
||||
Reference in New Issue
Block a user