mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
drop unique column works
This commit is contained in:
@@ -24,6 +24,10 @@ const dialect = {
|
||||
dropForeignKey: true,
|
||||
createPrimaryKey: true,
|
||||
dropPrimaryKey: true,
|
||||
createUnique: true,
|
||||
dropUnique: true,
|
||||
createCheck: true,
|
||||
dropCheck: true,
|
||||
};
|
||||
|
||||
const postgresDriverBase = {
|
||||
|
||||
Reference in New Issue
Block a user