{ "db_name": "PostgreSQL", "query": "INSERT INTO user_roles (user_id, role_id, community_id, granted_by)\n VALUES ($1, $2, NULL, $1)\n ON CONFLICT (user_id, role_id, community_id) DO NOTHING", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid" ] }, "nullable": [] }, "hash": "e23f0686c022f9afb03ea58547093363cd7ff183556b76dd58cf45b1ca75f791" }