alter table organization
    add column itn_contact_id bigint references contact (id) on delete set null;
