Files
2026-01-19 17:46:06 +01:00

26 lines
498 B
JSON

{
"fields": {
"name": {
"type": "varchar"
},
"layoutSet": {
"type": "link"
},
"data": {
"type": "text"
}
},
"links": {
"layoutSet": {
"type": "belongsTo",
"entity": "LayoutSet",
"foreign": "layoutRecords"
}
},
"indexes": {
"nameLayoutSetId": {
"columns": ["name", "layoutSetId"]
}
}
}