{
  "attributes": [
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "description",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": false,
      "default": "fragment(\"uuid_generate_v4()\")",
      "generated?": false,
      "name": "id",
      "primary_key?": true,
      "references": null,
      "type": "uuid"
    },
    {
      "allow_nil?": false,
      "default": "fragment(\"now()\")",
      "generated?": false,
      "name": "inserted_at",
      "primary_key?": false,
      "references": null,
      "type": "utc_datetime_usec"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "reporter_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "table": "users"
      },
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "representative_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "table": "users"
      },
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "response",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": false,
      "default": "nil",
      "generated?": false,
      "name": "status",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": false,
      "default": "nil",
      "generated?": false,
      "name": "subject",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": false,
      "default": "fragment(\"now()\")",
      "generated?": false,
      "name": "updated_at",
      "primary_key?": false,
      "references": null,
      "type": "utc_datetime_usec"
    }
  ],
  "base_filter": null,
  "hash": "B873EA2C7222F98CE93F560C2C4607AC9B72D97D3949D536DB4DD846542D95EC",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.Demo.Repo",
  "table": "tickets"
}