mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
handle sparse, zerofill, unsigned, commant flags
This commit is contained in:
@@ -54,7 +54,6 @@ class Dumper extends SqlDumper {
|
||||
}
|
||||
|
||||
columnDefinition(col, options) {
|
||||
const { autoIncrement } = options || {};
|
||||
if (col.autoIncrement) {
|
||||
this.put('^serial');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user