-- Verify camper:payment_option on pg
begin;
select payment_id
, campsite_type_option_id
, units
, subtotal
from camper.payment_option
where false;
rollback;