{ "name": "Main", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "main" }, "properties": { "id": { "type": "String", "required": false, "length": 36, "precision": null, "scale": null, "mysql": { "columnName": "id", "dataType": "varchar", "dataLength": 36, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "rpRegion": { "type": "String", "required": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "rp_region", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "rpArea": { "type": "String", "required": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "rp_area", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "clinicShortname": { "type": "String", "required": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "clinic_shortname", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "accrual": { "type": "Number", "required": false, "length": null, "precision": 23, "scale": null, "mysql": { "columnName": "accrual", "dataType": "double", "dataLength": null, "dataPrecision": 23, "dataScale": null, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }