mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
fix
This commit is contained in:
@@ -27,8 +27,7 @@ export default function newTable(connection, database) {
|
||||
columnName: 'id',
|
||||
dataType: 'int',
|
||||
notNull: true,
|
||||
isPrimaryKey: true,
|
||||
isAutoIncrement: true,
|
||||
autoIncrement: true,
|
||||
},
|
||||
],
|
||||
primaryKey: {
|
||||
|
||||
Reference in New Issue
Block a user