1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
This commit is contained in:
Adria Navarro 2024-07-30 18:58:51 +02:00
parent e24229e5b2
commit a9a40516db

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: {