mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56: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',
|
||||
dataType: 'int',
|
||||
isNullable: false,
|
||||
notNull: true,
|
||||
isPrimaryKey: true,
|
||||
isAutoIncrement: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user