21 lines
413 B
JSON
21 lines
413 B
JSON
|
{
|
||
|
"name": "NotificacionAcl",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "notificacionAcl"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"notificacion": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Notificacion",
|
||
|
"foreignKey": "notificacionFk"
|
||
|
},
|
||
|
"role": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Role",
|
||
|
"foreignKey": "roleFk"
|
||
|
}
|
||
|
}
|
||
|
}
|