27 lines
528 B
JSON
27 lines
528 B
JSON
|
{
|
||
|
"name": "ClientRisk",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "clientRisk",
|
||
|
"database": "vn"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"amount": {
|
||
|
"type": "Number"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"client": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Client",
|
||
|
"foreignKey": "clientFk"
|
||
|
},
|
||
|
"company": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Company",
|
||
|
"foreignKey": "companyFk"
|
||
|
}
|
||
|
}
|
||
|
}
|