{ "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" } } }