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