diff --git a/packages/web/src/tableeditor/newTable.ts b/packages/web/src/tableeditor/newTable.ts index 86a4309d2..15259635e 100644 --- a/packages/web/src/tableeditor/newTable.ts +++ b/packages/web/src/tableeditor/newTable.ts @@ -27,8 +27,7 @@ export default function newTable(connection, database) { columnName: 'id', dataType: 'int', notNull: true, - isPrimaryKey: true, - isAutoIncrement: true, + autoIncrement: true, }, ], primaryKey: {