Skip to main content

max / makenotwork

487 B · 18 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "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 ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text",
11 "Jsonb"
12 ]
13 },
14 "nullable": []
15 },
16 "hash": "de970e12e2222d5ca000061078cb3de3515abdf7c85ac387a6d26a5132fc0849"
17 }
18