{ "name": "AnotherForteacher", "base": "PersistedModel", "idInjection": false, "options": { "validateUpsert": true }, "mysql": { "schema": "wordpress", "table": "another_forteacher" }, "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": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "name", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "value1": { "type": "String", "required": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "value1", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "value2": { "type": "String", "required": false, "length": 4294967295, "precision": null, "scale": null, "mysql": { "columnName": "value2", "dataType": "longtext", "dataLength": 4294967295, "dataPrecision": null, "dataScale": null, "nullable": "Y" } }, "img": { "type": "String", "required": false, "length": 65535, "precision": null, "scale": null, "mysql": { "columnName": "img", "dataType": "text", "dataLength": 65535, "dataPrecision": null, "dataScale": null, "nullable": "Y" } } }, "validations": [], "relations": {}, "acls": [], "methods": {} }