participant


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('participant_id_seq'::regclass)
accredited_exam_module.participant_id accredited_exam_module_participant_id_fkey R
accredited_exam_section.participant_id accredited_exam_section_participant_id_fkey R
email.participant_id email_participant_id_fkey R
payment.participant_id payment_participant_id_fkey R
registration.participant_id registration_participant_id_fkey R
registration_exam_content_module.participant_id registration_exam_content_module_participant_id_fkey R
registration_exam_content_section.participant_id registration_exam_content_section_participant_id_fkey R
section_score.participant_id section_score_participant_id_fkey R
ext_reference_id text 2147483647 null
email text 2147483647 null
diploma_date date 13 null
diploma_signer text 2147483647 null
diploma_signer_title text 2147483647 null
language_code text 2147483647 'fi'::text
language.code participant_language_code_fkey R

Indexes

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

Relationships