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