2022-07-19 13:17:22 +00:00
|
|
|
{
|
2022-07-20 12:54:50 +00:00
|
|
|
"name": "NotificationAcl",
|
2022-07-19 13:17:22 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2022-07-20 12:54:50 +00:00
|
|
|
"table": "util.notificationAcl"
|
2022-07-19 13:17:22 +00:00
|
|
|
}
|
|
|
|
},
|
2022-11-24 08:36:05 +00:00
|
|
|
"properties":{
|
|
|
|
"notificationFk": {
|
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"roleFk":{
|
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
},
|
2022-07-19 13:17:22 +00:00
|
|
|
"relations": {
|
2022-07-20 12:54:50 +00:00
|
|
|
"notification": {
|
2022-07-19 13:17:22 +00:00
|
|
|
"type": "belongsTo",
|
2022-07-20 12:54:50 +00:00
|
|
|
"model": "Notification",
|
|
|
|
"foreignKey": "notificationFk"
|
2022-07-19 13:17:22 +00:00
|
|
|
},
|
|
|
|
"role": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Role",
|
|
|
|
"foreignKey": "roleFk"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|