{ "db_name": "PostgreSQL", "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 ", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Uuid", "Varchar", "Uuid" ] }, "nullable": [] }, "hash": "abc11dac7b725bb9f31a9bcd42b9dd2ea91ce71bf35112aa34cff26f2140fe9a" }