mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-22 03:00:50 +08:00
Fix import
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user