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