{
  "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": "binary_id"
    },
    {
      "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": "binary_id"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "representative_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": "first_name",
          "global": false,
          "strategy": "attribute"
        },
        "table": "users"
      },
      "type": "binary_id"
    },
    {
      "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"
    }
  ],
  "base_filter": null,
  "hash": "A4FB55D26D6B07155EAB105F249ABFD3A20952BBC684721738564C43B67993E4",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.Demo.Repo",
  "table": "tickets"
}