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