{ "db_name": "PostgreSQL", "query": "\n INSERT INTO email_signups (email, source)\n VALUES ($1, $2)\n ON CONFLICT (email) DO UPDATE SET email = EXCLUDED.email, unsubscribed_at = NULL\n RETURNING id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" } ], "parameters": { "Left": [ "Text", "Varchar" ] }, "nullable": [ false ] }, "hash": "68b052d7bf0c4555850f66f21cb624fd3d696687c4ed26b1b3d51c104b0d2194" }