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