21 lines
273 B
JSON
21 lines
273 B
JSON
|
{
|
||
|
"name": "ZoneExclusionGeo",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "zoneExclusionGeo"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number"
|
||
|
},
|
||
|
"zoneExclusionFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"geoFk": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|