[
  {
    "column_name": "id",
    "data_type": "integer",
    "column_default": null,
    "is_nullable": "NO",
    "character_maximum_length": null
  },
  {
    "column_name": "assignee_id",
    "data_type": "integer",
    "column_default": null,
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "createdtime",
    "data_type": "timestamp without time zone",
    "column_default": null,
    "is_nullable": "NO",
    "character_maximum_length": null
  },
  {
    "column_name": "caseownertask",
    "data_type": "boolean",
    "column_default": null,
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "completedby_id",
    "data_type": "integer",
    "column_default": null,
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "ispriority",
    "data_type": "boolean",
    "column_default": "false",
    "is_nullable": "NO",
    "character_maximum_length": null
  },
  {
    "column_name": "systemtype",
    "data_type": "integer",
    "column_default": null,
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "duedate",
    "data_type": "timestamp without time zone",
    "column_default": "NULL::timestamp without time zone",
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "activedate",
    "data_type": "timestamp without time zone",
    "column_default": "NULL::timestamp without time zone",
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "completeddate",
    "data_type": "timestamp without time zone",
    "column_default": "NULL::timestamp without time zone",
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "type",
    "data_type": "character varying",
    "column_default": "NULL::character varying",
    "is_nullable": "YES",
    "character_maximum_length": 255
  },
  {
    "column_name": "description",
    "data_type": "text",
    "column_default": null,
    "is_nullable": "YES",
    "character_maximum_length": null
  },
  {
    "column_name": "status",
    "data_type": "character varying",
    "column_default": "NULL::character varying",
    "is_nullable": "YES",
    "character_maximum_length": 255
  },
  {
    "column_name": "name",
    "data_type": "character varying",
    "column_default": "NULL::character varying",
    "is_nullable": "YES",
    "character_maximum_length": 255
  }
]
