{ "name": "DashboardUpetOrderCount", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "dashboard_upet_order_count" }, "properties": { "countId": { "type": "Number", "id": true, "required": true, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "count_id", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "N" } }, "orderCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "order_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "orderMoneyCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "order_money_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "vrOrderCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "vr_order_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "vrOrderMoneyCount": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "vr_order_money_count", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "orderDate": { "type": "Date", "required": false, "length": null, "precision": null, "scale": null, "mysql": { "columnName": "order_date", "dataType": "date", "dataLength": null, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "sysTime": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "sys_time", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }