2021-07-14 09:14:53 +00:00
|
|
|
{
|
2021-08-05 11:42:19 +00:00
|
|
|
"name": "ItemMatchProperties",
|
2021-07-14 09:14:53 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2021-08-05 11:42:19 +00:00
|
|
|
"table": "itemMatchProperties"
|
2021-07-14 09:14:53 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"itemFk": {
|
|
|
|
"type": "number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2021-08-05 11:44:31 +00:00
|
|
|
"producer": {
|
2021-07-14 09:14:53 +00:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"size": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"relations": {
|
|
|
|
"item": {
|
|
|
|
"type": "belongsTo",
|
|
|
|
"model": "Item",
|
|
|
|
"foreignKey": "itemFk"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|