{ "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": "resource_id", "primary_key?": false, "references": { "destination_field": "id", "multitenancy": { "attribute": null, "global": null, "strategy": null }, "name": "post_ratings_id_fkey", "on_delete": null, "on_update": null, "table": "posts" }, "type": "uuid" }, { "allow_nil?": true, "default": "nil", "generated?": false, "name": "score", "primary_key?": false, "references": null, "type": "bigint" } ], "base_filter": null, "check_constraints": [], "has_create_action": true, "hash": "04586179DB8456574D279F2B6BE7AAEAC78D41E556572970B373607084782402", "identities": [], "multitenancy": { "attribute": null, "global": null, "strategy": null }, "repo": "Elixir.AshPostgres.TestRepo", "table": "post_ratings" }