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