{ "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": "is_active", "type": "boolean" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "users_organization_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "orgs" }, "size": null, "source": "organization_id", "type": "uuid" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "name", "type": "text" }, { "allow_nil?": true, "default": "nil", "generated?": false, "primary_key?": false, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": "id", "global": true, "strategy": "attribute" }, "name": "users_org_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "multitenant_orgs" }, "size": null, "source": "org_id", "type": "uuid" } ], "base_filter": null, "check_constraints": [], "custom_indexes": [], "custom_statements": [], "has_create_action": true, "hash": "D8E17F78D925AF35AC9D21FF6D606B82AB249A4E0A2BD6B6B83DD486A0F2264D", "identities": [], "multitenancy": { "attribute": null, "global": null, "strategy": null }, "repo": "Elixir.AshPostgres.TestRepo", "schema": null, "table": "users" }