mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
cockroach fk analyse fix
This commit is contained in:
@@ -429,7 +429,6 @@ export class SqlDumper implements AlterProcessor {
|
||||
}
|
||||
createIndex(ix: IndexInfo) {
|
||||
this.put('^create');
|
||||
if (ix.indexType) this.put(' %k', ix.indexType);
|
||||
if (ix.isUnique) this.put(' ^unique');
|
||||
this.put(' ^index %i &n^on %f (&>&n', ix.constraintName, ix);
|
||||
this.putCollection(',&n', ix.columns, col => {
|
||||
|
||||
Reference in New Issue
Block a user