{ "attributes": [ { "allow_nil?": false, "default": "fragment(\"uuid_generate_v4()\")", "generated?": false, "primary_key?": true, "references": null, "size": null, "source": "id", "type": "uuid" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "question", "type": "text" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "answer", "type": "text" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "answer_html", "type": "text" }, { "allow_nil?": false, "default": "nil", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "success", "type": "boolean" }, { "allow_nil?": false, "default": "fragment(\"now()\")", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "inserted_at", "type": "utc_datetime_usec" }, { "allow_nil?": false, "default": "fragment(\"now()\")", "generated?": false, "primary_key?": false, "references": null, "size": null, "source": "updated_at", "type": "utc_datetime_usec" }, { "allow_nil?": false, "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": "questions_user_id_fkey", "on_delete": null, "on_update": null, "schema": "public", "table": "users" }, "size": null, "source": "user_id", "type": "uuid" }, { "allow_nil?": false, "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": "questions_conversation_id_fkey", "on_delete": "delete", "on_update": null, "schema": "public", "table": "conversations" }, "size": null, "source": "conversation_id", "type": "uuid" } ], "base_filter": null, "check_constraints": [], "custom_indexes": [], "custom_statements": [], "has_create_action": true, "hash": "1F9CE743DC7EEB5E4A62121A95782ACE26E183A8867925352CF834317DC9FF1A", "identities": [], "multitenancy": { "attribute": null, "global": null, "strategy": null }, "repo": "Elixir.AshHq.Repo", "schema": null, "table": "questions" }