54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "WorkerRelatives",
|
||
|
"description": "Model 145 IRPF",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "workerRelatives"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"workerFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"isDescendant": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"disabilityGradeFk": {
|
||
|
"type" : "number"
|
||
|
},
|
||
|
"birthed": {
|
||
|
"type" : "number"
|
||
|
},
|
||
|
"adoptionYear": {
|
||
|
"type" : "number"
|
||
|
},
|
||
|
"isDependend": {
|
||
|
"type" : "boolean"
|
||
|
},
|
||
|
"islointCustody": {
|
||
|
"type" : "boolean"
|
||
|
},
|
||
|
"updated": {
|
||
|
"type" : "date"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"disabilityGrade": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "disabilityGrade",
|
||
|
"foreignKey": "disabilityGradeFk"
|
||
|
},
|
||
|
"worker": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "WorkerIrpf",
|
||
|
"foreignKey": "workerFK"
|
||
|
}
|
||
|
}
|
||
|
}
|