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