mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 06:26:00 +00:00
new_table - id should be not null
This commit is contained in:
@@ -26,7 +26,7 @@ export default function newTable(connection, database) {
|
|||||||
{
|
{
|
||||||
columnName: 'id',
|
columnName: 'id',
|
||||||
dataType: 'int',
|
dataType: 'int',
|
||||||
isNullable: false,
|
notNull: true,
|
||||||
isPrimaryKey: true,
|
isPrimaryKey: true,
|
||||||
isAutoIncrement: true,
|
isAutoIncrement: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user