{ "db_name": "PostgreSQL", "query": "\n INSERT INTO payouts (id, method, platform_id, status, user_id, amount, created)\n VALUES ($1, $2, NULL, $3, $4, 10.00, NOW())\n ", "describe": { "columns": [], "parameters": { "Left": [ "Int8", "Text", "Varchar", "Int8" ] }, "nullable": [] }, "hash": "cec4240c7c848988b3dfd13e3f8e5c93783c7641b019fdb698a1ec0be1393606" }