31 lines
577 B
JSON
31 lines
577 B
JSON
|
{
|
||
|
"name": "ClientConsumptionQueue",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "clientConsumptionQueue"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"params": {
|
||
|
"type": "json"
|
||
|
},
|
||
|
"queued": {
|
||
|
"type": "date"
|
||
|
},
|
||
|
"printed": {
|
||
|
"type": "date"
|
||
|
},
|
||
|
"status": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"client": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "Client",
|
||
|
"foreignKey": "clientFk"
|
||
|
}
|
||
|
}
|
||
|
}
|