salix/loopback/common/models/field-acl.json

28 lines
487 B
JSON

{
"name": "FieldAcl",
"base": "VnModel",
"options": {
"mysql": {
"table": "salix.fieldAcl"
}
},
"properties": {
"id": {
"id": true,
"type": "Number"
},
"model": {
"type": "String"
},
"property":{
"type": "String"
},
"actionType":{
"type": "String"
},
"role":{
"type": "String"
}
}
}