{ "name": "MobileAppVersionControl", "base": "VnModel", "options": { "mysql": { "table": "vn.mobileAppVersionControl" } }, "properties": { "id": { "type": "number", "id": true }, "appName": { "type": "string" }, "version": { "type": "string" }, "isVersionCritical": { "type": "boolean" }, "urlProduction": { "type": "string" }, "urlBeta": { "type": "string" }, "versionBeta": { "type": "string" }, "isVersionBetaCritical": { "type": "boolean" } } }