{ "name": "MainTotalstudent", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "main_totalstudent" }, "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" } }, "name": { "type": "String", "required": true, "length": 4, "precision": null, "scale": null, "mysql": { "columnName": "name", "dataType": "varchar", "dataLength": 4, "dataPrecision": null, "dataScale": null, "nullable": "N" } }, "value": { "type": "Number", "required": false, "length": null, "precision": 19, "scale": 2, "mysql": { "columnName": "value", "dataType": "double", "dataLength": null, "dataPrecision": 19, "dataScale": 2, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }