mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 10:29:11 +00:00
Merge 10b7dc3283
into 2b8310910a
This commit is contained in:
commit
cca70285b5
@ -47,7 +47,12 @@ export const tableSchema = {
|
|||||||
unique: { type: "boolean" },
|
unique: { type: "boolean" },
|
||||||
fields: {
|
fields: {
|
||||||
type: "array",
|
type: "array",
|
||||||
items: { type: "string" },
|
items: {
|
||||||
|
type: "object", properties: {
|
||||||
|
type: { type: "string" },
|
||||||
|
value: { type: "string" }
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
required: ["name", "unique", "fields"],
|
required: ["name", "unique", "fields"],
|
||||||
|
Loading…
Reference in New Issue
Block a user