Skip to main content

max / makenotwork

630 B · 19 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO transactions (buyer_id, seller_id, project_id, amount_cents, platform_fee_cents,\n stripe_checkout_session_id, item_title, seller_username, share_contact, promo_code_id)\n VALUES ($1, $2, $3, 0, 0, $4, 'subscription-promo-hold', '', false, $5)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Uuid",
11 "Varchar",
12 "Uuid"
13 ]
14 },
15 "nullable": []
16 },
17 "hash": "abc11dac7b725bb9f31a9bcd42b9dd2ea91ce71bf35112aa34cff26f2140fe9a"
18 }
19