{
  "attributes": [
    {
      "allow_nil?": true,
      "default": "fragment(\"uuid_generate_v4()\")",
      "name": "id",
      "primary_key?": true,
      "references": null,
      "type": "binary_id"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "name": "name",
      "primary_key?": false,
      "references": null,
      "type": "text"
    }
  ],
  "base_filter": null,
  "hash": "E5D9C8A18C1F5F3E42C113776F7CA8D7DE99049FB292BEA4F286950820556AB4",
  "identities": [
    {
      "base_filter": null,
      "keys": [
        "name"
      ],
      "name": "unique_by_name"
    }
  ],
  "multitenancy": {
    "attribute": "id",
    "global": true,
    "strategy": "attribute"
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "multitenant_orgs"
}