mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-13 13:58:05 +00:00
Allow string ids for relationships in json import
This commit is contained in:
@@ -148,7 +148,7 @@ export const jsonSchema = {
|
||||
cardinality: { type: "string" },
|
||||
updateConstraint: { type: "string" },
|
||||
deleteConstraint: { type: "string" },
|
||||
id: { type: "integer" },
|
||||
id: { type: ["integer", "string"] },
|
||||
},
|
||||
required: [
|
||||
"startTableId",
|
||||
|
Reference in New Issue
Block a user