{
  "attributes": [
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "author_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "destination_field_default": null,
        "destination_field_generated": null,
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "name": "comments_author_id_fkey",
        "on_delete": null,
        "on_update": null,
        "table": "authors"
      },
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "post_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "destination_field_default": null,
        "destination_field_generated": null,
        "multitenancy": {
          "attribute": null,
          "global": null,
          "strategy": null
        },
        "name": "special_name_fkey",
        "on_delete": "delete",
        "on_update": "update",
        "table": "posts"
      },
      "type": "uuid"
    },
    {
      "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": "title",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "likes",
      "primary_key?": false,
      "references": null,
      "type": "bigint"
    }
  ],
  "base_filter": null,
  "check_constraints": [],
  "has_create_action": true,
  "hash": "F4CCCB7DA640B4C4E8C543CEE6D1F9C3A724E3F8DBE5AC69C4A175A6085599E0",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "comments"
}