2018-10-30 08:43:17 +00:00
|
|
|
{
|
2019-02-01 08:31:01 +00:00
|
|
|
"name": "WorkerTeam",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "workerTeam"
|
|
|
|
}
|
2018-10-30 08:43:17 +00:00
|
|
|
},
|
2019-02-01 08:31:01 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"team": {
|
|
|
|
"type": "Number"
|
|
|
|
}
|
2018-10-30 08:43:17 +00:00
|
|
|
},
|
2019-02-01 08:31:01 +00:00
|
|
|
"relations": {
|
|
|
|
"user": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Account",
|
|
|
|
"foreignKey": "userFk"
|
|
|
|
},
|
|
|
|
"worker": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Worker",
|
|
|
|
"foreignKey": "Id_Trabajador"
|
|
|
|
}
|
2018-10-30 08:43:17 +00:00
|
|
|
}
|
|
|
|
}
|