-- Verify camper:company__tourist_tax_max_days on pg
begin;
select tourist_tax_max_days
from camper.company
where false
;
rollback;