Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"layoutSet": {
|
||||
"type": "link"
|
||||
},
|
||||
"data": {
|
||||
"type": "text"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"layoutSet": {
|
||||
"type": "belongsTo",
|
||||
"entity": "LayoutSet",
|
||||
"foreign": "layoutRecords"
|
||||
}
|
||||
},
|
||||
"indexes": {
|
||||
"nameLayoutSetId": {
|
||||
"columns": ["name", "layoutSetId"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user