27 lines
365 B
JSON
27 lines
365 B
JSON
{
|
|
"name": "RoleRole",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "account.roleRole"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"id": true
|
|
}
|
|
},
|
|
"relations": {
|
|
"owner": {
|
|
"type": "belongsTo",
|
|
"model": "VnRole",
|
|
"foreignKey": "role"
|
|
},
|
|
"inherits": {
|
|
"type": "belongsTo",
|
|
"model": "VnRole",
|
|
"foreignKey": "inheritsFrom"
|
|
}
|
|
}
|
|
}
|