{ "db_name": "PostgreSQL", "query": "\n UPDATE users\n SET email = $1,\n email_pending_verification = NULL,\n email_confirmation_code = NULL,\n email_confirmation_code_expires_at = NULL,\n updated_at = NOW()\n WHERE id = $2\n ", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Uuid" ] }, "nullable": [] }, "hash": "fb7eb6dcbe91352f2d154c384a93c6c55a91f735832618b464208b70d6a8f580" }