{
  "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": "name",
      "primary_key?": false,
      "references": null,
      "type": "text"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "name": "org_id",
      "primary_key?": false,
      "references": {
        "destination_field": "id",
        "destination_field_default": null,
        "destination_field_generated": null,
        "multitenancy": {
          "attribute": "id",
          "global": true,
          "strategy": "attribute"
        },
        "name": "multitenant_posts_org_id_fkey",
        "on_delete": null,
        "on_update": null,
        "table": "multitenant_orgs"
      },
      "type": "uuid"
    }
  ],
  "base_filter": null,
  "check_constraints": [],
  "has_create_action": true,
  "hash": "799C3F02A636BEE89A64FB570979E01572BBB54FAB744D1F9F86420614A67789",
  "identities": [],
  "multitenancy": {
    "attribute": null,
    "global": false,
    "strategy": "context"
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "multitenant_posts"
}