organizations_ext_organizationinvitation


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('organizations_ext_organizationinvitation_id_seq'::regclass)
guid uuid 2147483647 null
invitee_identifier varchar 1000 null
invited_by_id int4 10 null
users_user.id organizations_ext_or_invited_by_id_35eeb92a_fk_users_use R
invitee_id int4 10 null
users_user.id organizations_ext_or_invitee_id_9a400689_fk_users_use R
organization_id int4 10 null
organizations_ext_organization.id organizations_ext_or_organization_id_d6f74ca6_fk_organizat R

Indexes

Constraint Name Type Sort Column(s)
organizations_ext_organizationinvitation_pkey Primary key Asc id
organizations_ext_organiza_organization_id_d6f74ca6 Performance Asc organization_id
organizations_ext_organizationinvitation_invited_by_id_35eeb92a Performance Asc invited_by_id
organizations_ext_organizationinvitation_invitee_id_9a400689 Performance Asc invitee_id

Relationships