{ "db_name": "PostgreSQL", "query": "\n INSERT INTO subscription_events (subscription_id, stripe_event_id, event_type, payload)\n VALUES ($1, $2, $3, $4)\n ON CONFLICT (stripe_event_id) DO NOTHING\n ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Text", "Text", "Jsonb" ] }, "nullable": [] }, "hash": "de970e12e2222d5ca000061078cb3de3515abdf7c85ac387a6d26a5132fc0849" }