mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
fix: set multipleSchema to true for duck db
This commit is contained in:
@@ -32,6 +32,7 @@ const dialect = {
|
||||
|
||||
createColumn: true,
|
||||
dropColumn: true,
|
||||
multipleSchema: true,
|
||||
createIndex: true,
|
||||
dropIndex: true,
|
||||
createForeignKey: false,
|
||||
|
||||
Reference in New Issue
Block a user