mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
fixed import for clickhouse
This commit is contained in:
@@ -17,7 +17,7 @@ class Dumper extends SqlDumper {
|
||||
}
|
||||
|
||||
columnType(dataType) {
|
||||
this.putRaw(dataType);
|
||||
this.putRaw(dataType || this.dialect.fallbackDataType);
|
||||
}
|
||||
|
||||
renameColumn(column, newcol) {
|
||||
|
||||
Reference in New Issue
Block a user