{
  "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": "resource_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": "score",
      "primary_key?": false,
      "references": null,
      "type": "integer"
    }
  ],
  "base_filter": null,
  "hash": "EF8058237BE64638E8007A875CE57DE7948B230FB97363DC2F094738EE2072F0",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": null,
    "strategy": null
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "post_ratings"
}