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