{
  "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": "name",
      "primary_key?": false,
      "references": null,
      "type": "text"
    }
  ],
  "base_filter": null,
  "hash": "54A5C454036FE032FEE72A14E650A5EA0FEC573B1965E7E04AC1B2900BA01412",
  "identities": [
    {
      "base_filter": null,
      "keys": [
        "name"
      ],
      "name": "unique_by_name"
    }
  ],
  "multitenancy": {
    "attribute": "id",
    "global": true,
    "strategy": "attribute"
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "multitenant_orgs"
}