-- Verify camper:booking_option on pg

begin;

select booking_id
     , campsite_type_option_id
     , units
     , subtotal
from camper.booking_option
where false;

rollback;