dashboard-statistics-count.json 1.92 KB
{
  "name": "DashboardStatisticsCount",
  "base": "PersistedModel",
  "idInjection": false,
  "options": {
    "validateUpsert": true
  },
  "mysql": {
    "schema": "wordpress",
    "table": "dashboard_statistics_count"
  },
  "properties": {
    "id": {
      "type": "Number",
      "id": true,
      "required": true,
      "length": null,
      "precision": 10,
      "scale": 0,
      "mysql": {
        "columnName": "id",
        "dataType": "int",
        "dataLength": null,
        "dataPrecision": 10,
        "dataScale": 0,
        "nullable": "N"
      }
    },
    "name": {
      "type": "String",
      "required": false,
      "length": 50,
      "precision": null,
      "scale": null,
      "mysql": {
        "columnName": "name",
        "dataType": "varchar",
        "dataLength": 50,
        "dataPrecision": null,
        "dataScale": null,
        "nullable": "Y"
      }
    },
    "value": {
      "type": "Number",
      "required": false,
      "length": null,
      "precision": 10,
      "scale": 0,
      "mysql": {
        "columnName": "value",
        "dataType": "int",
        "dataLength": null,
        "dataPrecision": 10,
        "dataScale": 0,
        "nullable": "Y"
      }
    },
    "desc": {
      "type": "String",
      "required": false,
      "length": 100,
      "precision": null,
      "scale": null,
      "mysql": {
        "columnName": "desc",
        "dataType": "varchar",
        "dataLength": 100,
        "dataPrecision": null,
        "dataScale": null,
        "nullable": "Y"
      }
    },
    "type": {
      "type": "String",
      "required": false,
      "length": 10,
      "precision": null,
      "scale": null,
      "mysql": {
        "columnName": "type",
        "dataType": "varchar",
        "dataLength": 10,
        "dataPrecision": null,
        "dataScale": null,
        "nullable": "Y"
      }
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}