create table membership_forms ( user_id text not null, organization text not null, role text references roles not null default 'member' );