{ "db_name": "PostgreSQL", "query": "\n INSERT INTO oauth_granted_scopes (user_id, app_id, scopes)\n VALUES ($1, $2, $3)\n ON CONFLICT (user_id, app_id)\n DO UPDATE SET scopes = EXCLUDED.scopes, updated_at = NOW()\n ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text" ] }, "nullable": [] }, "hash": "39dcb9ee5b63cc511d1bf2edd2ae2e42586acc4746f7bfcd64d87dcd49d6d455" }