Fix import

This commit is contained in:
1ilit
2023-12-20 02:57:29 +02:00
parent dec6362fa9
commit ece4a9e95a
4 changed files with 35 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ const tableSchema = {
notNull: { type: "boolean" },
increment: { type: "boolean" },
comment: { type: "string" },
length: { type: ["string", "number"] },
size: { type: ["string", "number"] },
values: { type: "array", items: { type: "string" } },
},
required: [