Skip to main content

max / makenotwork

356 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO contact_revocations (buyer_id, seller_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": "5e8f9f13890a81ff4781edd289a90afedcf56f1737fb18140a09978ce6b3cfc8"
15 }
16