2022-10-05 09:52:14 +00:00
|
|
|
{
|
2022-10-18 08:38:40 +00:00
|
|
|
"name": "WorkerDisableExcluded",
|
2022-10-05 09:52:14 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "workerDisableExcluded"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2022-10-06 08:18:08 +00:00
|
|
|
"workerFk": {
|
2022-10-05 09:52:14 +00:00
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
2022-10-06 08:18:08 +00:00
|
|
|
},
|
|
|
|
"dated": {
|
|
|
|
"type": "date"
|
2022-10-05 09:52:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"acls": [
|
|
|
|
{
|
|
|
|
"accessType": "READ",
|
|
|
|
"principalType": "ROLE",
|
|
|
|
"principalId": "$everyone",
|
|
|
|
"permission": "ALLOW"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|