inter-classify.json 1.25 KB
{
  "name": "InterClassify",
  "base": "PersistedModel",
  "idInjection": false,
  "options": {
    "validateUpsert": true
  },
  "mysql": {
    "schema": "wordpress",
    "table": "inter_classify"
  },
  "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": 30,
      "precision": null,
      "scale": null,
      "mysql": {
        "columnName": "name",
        "dataType": "varchar",
        "dataLength": 30,
        "dataPrecision": null,
        "dataScale": null,
        "nullable": "Y"
      }
    },
    "value": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 32,
      "scale": 2,
      "mysql": {
        "columnName": "value",
        "dataType": "decimal",
        "dataLength": null,
        "dataPrecision": 32,
        "dataScale": 2,
        "nullable": "Y"
      }
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}