{ "name": "AnotherInterowner", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "another_interowner" }, "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" } }, "value1": { "type": "String", "required": false, "length": 500, "precision": null, "scale": null, "mysql": { "columnName": "value1", "dataType": "varchar", "dataLength": 500, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "value2": { "type": "String", "required": false, "length": 50, "precision": null, "scale": null, "mysql": { "columnName": "value2", "dataType": "varchar", "dataLength": 50, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "value3": { "type": "String", "required": false, "length": 50, "precision": null, "scale": null, "mysql": { "columnName": "value3", "dataType": "varchar", "dataLength": 50, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "value4": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "value4", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } }, "value5": { "type": "Number", "required": false, "length": null, "precision": 10, "scale": 0, "mysql": { "columnName": "value5", "dataType": "int", "dataLength": null, "dataPrecision": 10, "dataScale": 0, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }