{
  "attributes": [
    {
      "allow_nil?": false,
      "default": "fragment(\"uuid_generate_v4()\")",
      "generated?": false,
      "name": "id",
      "primary_key?": true,
      "references": null,
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "likes",
      "primary_key?": false,
      "references": null,
      "type": "integer"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "post_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "name": "special_name_fkey",
        "on_delete": "delete",
        "on_update": "update",
        "table": "posts"
      },
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "title",
      "primary_key?": false,
      "references": null,
      "type": "text"
    }
  ],
  "base_filter": null,
  "has_create_action": true,
  "hash": "9C9C442C1133F04C36FBE34935F0B75EBA9FF99B29B3F89B0E8BF25EC0C044E8",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "comments"
}