{
  "attributes": [
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "comment",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "commenting_customer_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": "commenting_representative_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "table": "users"
      },
      "type": "uuid"
    },
    {
      "allow_nil?": false,
      "default": "fragment(\"uuid_generate_v4()\")",
      "generated?": false,
      "name": "id",
      "primary_key?": true,
      "references": null,
      "type": "uuid"
    },
    {
      "allow_nil?": false,
      "default": "nil",
      "generated?": false,
      "name": "resource_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "table": "tickets"
      },
      "type": "uuid"
    }
  ],
  "base_filter": null,
  "hash": "886F811C4265D8A7DCB9BCF069C3390BBFEDE87356BF3EEB840BE64698368C96",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.Demo.Repo",
  "table": "ticket_comments"
}