INSERT INTO receipts (
vendor, date, amount, notes, filename, image
) VALUES (
$1, $2, $3, $4, $5, $6
)
RETURNING
id, vendor, date, amount, notes, filename