25 lines
438 B
JSON
25 lines
438 B
JSON
|
{
|
||
|
"name": "SectorCollection",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "sectorCollection"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"created": {
|
||
|
"type": "date"
|
||
|
},
|
||
|
"userFk": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"sectorFk": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|