-- Verify camper:company_user on pg
begin;
select company_id
, user_id
, role
from camper.company_user
where false;
rollback;