{ "db_name": "PostgreSQL", "query": "INSERT INTO user_sessions (user_id, user_agent, ip_address, kind)\n VALUES ($1, $2, $3, 'pending_2fa') RETURNING id AS \"id: UserSessionId\"", "describe": { "columns": [ { "ordinal": 0, "name": "id: UserSessionId", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", "Text", "Text" ] }, "nullable": [ false ] }, "hash": "20f4187a7eabfdb212cd83a0cf8eb6f1eb190c89657ed4ca92cb10ff0e208d70" }