Skip to main content

max / makenotwork

478 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO pending_refunds (payment_intent_id, amount, amount_refunded)\n VALUES ($1, $2, $3)\n ON CONFLICT (payment_intent_id) WHERE matched_at IS NULL DO NOTHING\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Int8",
10 "Int8"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "9d70d52ffa4da48ff434a1ee4e50bfe0774734b73c79c9ed8a0b26727c5eddae"
16 }
17