participant


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('participant_id_seq'::regclass)
login_link.participant_id login_link_participant_id_fkey R
participant_onr.participant_id participant_onr_participant_id_fkey R
registration.participant_id registration_participant_id_fkey R
external_user_id text 2147483647 null
email text 2147483647 null
created timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
participant_pkey Primary key Asc id
participant_external_user_id_key Must be unique Asc external_user_id

Relationships