another-kuanghuan-3.json 2.21 KB
{
  "name": "AnotherKuanghuan3",
  "base": "PersistedModel",
  "idInjection": false,
  "options": {
    "validateUpsert": true
  },
  "mysql": {
    "schema": "wordpress",
    "table": "another_kuanghuan3"
  },
  "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": 5,
      "precision": null,
      "scale": null,
      "mysql": {
        "columnName": "name",
        "dataType": "varchar",
        "dataLength": 5,
        "dataPrecision": null,
        "dataScale": null,
        "nullable": "Y"
      }
    },
    "value": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 19,
      "scale": 2,
      "mysql": {
        "columnName": "value",
        "dataType": "double",
        "dataLength": null,
        "dataPrecision": 19,
        "dataScale": 2,
        "nullable": "Y"
      }
    },
    "value2": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 44,
      "scale": 0,
      "mysql": {
        "columnName": "value2",
        "dataType": "decimal",
        "dataLength": null,
        "dataPrecision": 44,
        "dataScale": 0,
        "nullable": "Y"
      }
    },
    "value3": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 41,
      "scale": 0,
      "mysql": {
        "columnName": "value3",
        "dataType": "decimal",
        "dataLength": null,
        "dataPrecision": 41,
        "dataScale": 0,
        "nullable": "Y"
      }
    },
    "value4": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 17,
      "scale": 0,
      "mysql": {
        "columnName": "value4",
        "dataType": "double",
        "dataLength": null,
        "dataPrecision": 17,
        "dataScale": 0,
        "nullable": "Y"
      }
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}