salix/services/production/common/models/ticket.json

19 lines
323 B
JSON
Raw Normal View History

2017-09-12 08:36:07 +00:00
{
"name": "Ticket",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "ticket"
}
},
2017-09-12 08:36:07 +00:00
"properties": {
"id": {
"id": true,
"type": "Number",
"forceId": false
},
"shipped": {
2017-09-12 08:36:07 +00:00
"type": "date"
}
2017-10-11 13:36:47 +00:00
}
2017-09-12 08:36:07 +00:00
}