mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
postgre, mysql uniques, recreate table WIP, drop index works
This commit is contained in:
@@ -22,6 +22,7 @@ const dialect = {
|
||||
dropForeignKey: true,
|
||||
createPrimaryKey: true,
|
||||
dropPrimaryKey: true,
|
||||
dropIndexContainsTableSpec: true,
|
||||
};
|
||||
|
||||
const mysqlDriverBase = {
|
||||
|
||||
Reference in New Issue
Block a user