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