{ "name": "InterEntityorder", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "inter_entityorder" }, "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": 32, "scale": 0, "mysql": { "columnName": "value", "dataType": "decimal", "dataLength": null, "dataPrecision": 32, "dataScale": 0, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }