24 lines
405 B
JSON
24 lines
405 B
JSON
{
|
|
"name": "AnnualAverageInvoiced",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "annualAverageInvoiced"
|
|
}
|
|
},
|
|
"properties": {
|
|
"invoiced": {
|
|
"type": "Number"
|
|
},
|
|
"clientFk": {
|
|
"id": true
|
|
}
|
|
},
|
|
"relations": {
|
|
"client": {
|
|
"type": "belongsTo",
|
|
"model": "client",
|
|
"foreignKey": "clientFk"
|
|
}
|
|
}
|
|
} |