{ "name": "HosEachhospital", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "hos_eachhospital" }, "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" } }, "city": { "type": "String", "required": false, "length": 100, "precision": null, "scale": null, "mysql": { "columnName": "city", "dataType": "varchar", "dataLength": 100, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "hospital": { "type": "String", "required": false, "length": 100, "precision": null, "scale": null, "mysql": { "columnName": "hospital", "dataType": "varchar", "dataLength": 100, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "flowmeir": { "type": "String", "required": false, "length": 18, "precision": null, "scale": null, "mysql": { "columnName": "flowmeir", "dataType": "varchar", "dataLength": 18, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "flowyiliao": { "type": "String", "required": false, "length": 18, "precision": null, "scale": null, "mysql": { "columnName": "flowyiliao", "dataType": "varchar", "dataLength": 18, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "flowsp": { "type": "String", "required": false, "length": 18, "precision": null, "scale": null, "mysql": { "columnName": "flowsp", "dataType": "varchar", "dataLength": 18, "dataPrecision": null, "dataScale": null, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }