-- Verify camper:company_host on pg
begin;
select host
, company_id
from public.company_host
where false;
rollback;