This commit is contained in:
Adria Navarro 2024-07-30 18:58:51 +02:00
parent e24229e5b2
commit a9a40516db
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ describe.each([
): SaveTableRequest {
const defaultSchema: TableSchema = {
id: {
type: FieldType.AUTO,
subtype: AutoFieldSubType.AUTO_ID,
type: FieldType.NUMBER,
name: "id",
autocolumn: true,
constraints: {