26 lines
498 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|