{ "name": "HosDetail", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "hos_detail" }, "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" } }, "clinicName": { "type": "String", "required": false, "length": 255, "precision": null, "scale": null, "mysql": { "columnName": "clinic_name", "dataType": "varchar", "dataLength": 255, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "address": { "type": "String", "required": false, "length": 255, "precision": null, "scale": null, "mysql": { "columnName": "address", "dataType": "varchar", "dataLength": 255, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "deanNumber": { "type": "String", "required": false, "length": 255, "precision": null, "scale": null, "mysql": { "columnName": "dean_number", "dataType": "varchar", "dataLength": 255, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "imgUrl": { "type": "String", "required": true, "length": 65, "precision": null, "scale": null, "mysql": { "columnName": "img_url", "dataType": "varchar", "dataLength": 65, "dataPrecision": null, "dataScale": null, "nullable": "N" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }