23 lines
424 B
JSON
23 lines
424 B
JSON
|
{
|
||
|
"name": "WorkerManaExcluded",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "workerManaExcluded"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"workerFk": {
|
||
|
"id": true,
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"worker": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Worker",
|
||
|
"foreignKey": "workerFk"
|
||
|
}
|
||
|
}
|
||
|
}
|