Skip to main content

max / makenotwork

362 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO promo_code_redemptions (promo_code_id, user_id) VALUES ($1, $2) ON CONFLICT DO NOTHING",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "98c6a34ba86435a78235ef757e752836b999df883c3476bc435c406cc0bcc67d"
15 }
16