mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 18:26:00 +00:00
Add dropColumnDependencies property to dialect configuration
This commit is contained in:
@@ -46,6 +46,8 @@ const dialect = {
|
|||||||
dropReferencesWhenDropTable: false,
|
dropReferencesWhenDropTable: false,
|
||||||
requireStandaloneSelectForScopeIdentity: true,
|
requireStandaloneSelectForScopeIdentity: true,
|
||||||
|
|
||||||
|
dropColumnDependencies: ['dependencies'],
|
||||||
|
|
||||||
columnProperties: {
|
columnProperties: {
|
||||||
columnComment: true,
|
columnComment: true,
|
||||||
isUnsigned: true,
|
isUnsigned: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user