27 lines
466 B
JSON
27 lines
466 B
JSON
|
{
|
||
|
"name": "SaleCloned",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "saleCloned"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"saleClonedFk": {
|
||
|
"id": true
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"saleOriginal": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Sale",
|
||
|
"foreignKey": "saleOriginalFk"
|
||
|
},
|
||
|
"saleCloned": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Sale",
|
||
|
"foreignKey": "saleClonedFk"
|
||
|
}
|
||
|
}
|
||
|
}
|