19 lines
262 B
JSON
19 lines
262 B
JSON
|
{
|
||
|
"name": "Machine",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "vn.machine"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"plate": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|