{
  "attributes": [
    {
      "allow_nil?": false,
      "default": "fragment(\"uuid_generate_v4()\")",
      "generated?": false,
      "primary_key?": true,
      "references": null,
      "size": null,
      "source": "id",
      "type": "uuid"
    },
    {
      "allow_nil?": true,
      "default": "nil",
      "generated?": false,
      "primary_key?": false,
      "references": null,
      "size": null,
      "source": "name",
      "type": "text"
    }
  ],
  "base_filter": null,
  "check_constraints": [],
  "custom_indexes": [],
  "custom_statements": [],
  "has_create_action": true,
  "hash": "EA53A9A03B960621ED09D98D442136FA2E6FC37C7E67E5C35A451B3440A09EE7",
  "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",
  "schema": null,
  "table": "multitenant_orgs"
}