{
  "attributes": [
    {
      "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": "post_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "table": "posts"
      },
      "type": "binary_id"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "title",
      "primary_key?": false,
      "references": null,
      "type": "text"
    }
  ],
  "base_filter": null,
  "hash": "4144E61762BA12123F8970C4DFB17E4A131EBD80C86D79FDE381E1B9BCF8CA22",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "comments"
}