{ "db_name": "PostgreSQL", "query": "INSERT INTO oauth_states\n (state, workspace_id, user_id, agent_id, provider, auth_type,\n issuer_url, expires_at)\n VALUES ($1, $2, $3, $4, $5, $6, $7, now() + interval '10 minutes')", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Uuid", "Uuid", "Uuid", "Text", "Text", "Text" ] }, "nullable": [] }, "hash": "b53b31468a210a8055710c4f17c41b66cf409b3299f32bc00e3beb164f58f4e7" }