-- name: Insert :one INSERT INTO unpack_history (input, result) VALUES (@input, @result) RETURNING id, input, result, created_at ;