2018-03-14 11:06:21 +00:00
|
|
|
{
|
|
|
|
"name": "SaleComponent",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
2018-04-24 10:46:07 +00:00
|
|
|
"mysql": {
|
|
|
|
"table": "saleComponent"
|
|
|
|
}
|
2018-03-14 11:06:21 +00:00
|
|
|
},
|
|
|
|
"properties": {
|
2018-04-24 10:46:07 +00:00
|
|
|
"value": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2018-04-24 10:46:07 +00:00
|
|
|
},
|
|
|
|
"saleFk": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2019-06-03 06:01:24 +00:00
|
|
|
"id": 2
|
|
|
|
},
|
|
|
|
"componentFk": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2019-06-03 06:01:24 +00:00
|
|
|
"id": 1
|
2018-04-24 10:46:07 +00:00
|
|
|
}
|
2018-03-14 11:06:21 +00:00
|
|
|
},
|
2018-04-24 10:46:07 +00:00
|
|
|
"relations": {
|
|
|
|
"sale": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Sale",
|
|
|
|
"foreignKey": "saleFk"
|
|
|
|
},
|
2019-12-27 07:01:53 +00:00
|
|
|
"component": {
|
2018-04-24 10:46:07 +00:00
|
|
|
"type": "belongsTo",
|
2019-12-27 07:01:53 +00:00
|
|
|
"model": "Component",
|
2018-04-24 10:46:07 +00:00
|
|
|
"foreignKey": "componentFk"
|
|
|
|
}
|
2018-03-14 11:06:21 +00:00
|
|
|
}
|
|
|
|
}
|