28 lines
487 B
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"
|
|
}
|
|
}
|
|
}
|