20 lines
334 B
JSON
20 lines
334 B
JSON
|
{
|
||
|
"name": "PayDem",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "payDem"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"payDem": {
|
||
|
"type": "Number"
|
||
|
}
|
||
|
}
|
||
|
}
|