{ "name": "DashboardHospitalAwenCount", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "dashboard_hospital_awen_count" }, "properties": { "dt": { "type": "String", "required": false, "length": 50, "precision": null, "scale": null, "mysql": { "columnName": "dt", "dataType": "varchar", "dataLength": 50, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "awenRegisterCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "awen_register_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "awenRegCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "awen_reg_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "awenBeautifyCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "awen_beautify_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "awenRegCountTotal": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "awen_reg_count_total", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "awenBeautifyCountTotal": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "awen_beautify_count_total", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "id": { "type": "String", "required": false, "length": 100, "precision": null, "scale": null, "mysql": { "columnName": "id", "dataType": "varchar", "dataLength": 100, "dataPrecision": null, "dataScale": null, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }