{ "attributes": [ { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": true, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "post_links_source_post_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "posts" }, "size": null, "source": "source_post_id", "type": "uuid" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": true, "references": { "destination_attribute": "id", "destination_attribute_default": null, "destination_attribute_generated": null, "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "post_links_destination_post_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "posts" }, "size": null, "source": "destination_post_id", "type": "uuid" } ], "base_filter": null, "check_constraints": [], "custom_indexes": [], "custom_statements": [], "has_create_action": true, "hash": "D5A5182C6A632C61F04477975186F608E1B6FA336CE6DAF40DBEF8A4E5689DB4", "identities": [ { "base_filter": null, "index_name": "post_links_unique_link_index", "keys": [ "source_post_id", "destination_post_id" ], "name": "unique_link" } ], "multitenancy": { "attribute": null, "global": null, "strategy": null }, "repo": "Elixir.AshPostgres.TestRepo", "schema": null, "table": "post_links" }