25 lines
440 B
JSON
25 lines
440 B
JSON
|
{
|
||
|
"name": "MdbVersion",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "mdbVersion"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"app": {
|
||
|
"type": "string",
|
||
|
"description": "The app name"
|
||
|
},
|
||
|
"version": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
},
|
||
|
"relations": {
|
||
|
"branch": {
|
||
|
"type": "belongsTo",
|
||
|
"model": "MdbBranch",
|
||
|
"foreignKey": "name"
|
||
|
}
|
||
|
}
|
||
|
}
|