{
  "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"
    }
  ],
  "base_filter": null,
  "check_constraints": [],
  "has_create_action": true,
  "hash": "82D2325856ABAC1BFF6083E8BC1C40FA96A29005CA5F4BF6EA1C5A4DA52951C6",
  "identities": [
    {
      "base_filter": null,
      "index_name": "multitenant_orgs_unique_by_name_index",
      "keys": [
        "name"
      ],
      "name": "unique_by_name"
    }
  ],
  "multitenancy": {
    "attribute": "id",
    "global": true,
    "strategy": "attribute"
  },
  "repo": "Elixir.AshPostgres.TestRepo",
  "table": "multitenant_orgs"
}