32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|
"name": "BuyImportReference",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "buyImportReference"
|
|
}
|
|
},
|
|
"properties": {
|
|
"itemFk": {
|
|
"type": "number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"company": {
|
|
"type": "string"
|
|
},
|
|
"size": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"relations": {
|
|
"item": {
|
|
"type": "belongsTo",
|
|
"model": "Item",
|
|
"foreignKey": "itemFk"
|
|
}
|
|
}
|
|
} |