alter table fixes WIP

This commit is contained in:
Jan Prochazka
2024-09-13 14:23:37 +02:00
parent c1106c1b01
commit b366a7d451
4 changed files with 40 additions and 31 deletions

View File

@@ -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,