Constraints

33 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
payment_participant_id_fkey
payment.participant_id
participant.id
Restrict delete
payment_registration_id_fkey
payment.registration_id
registration.id
Restrict delete
participant_language_code_fkey
participant.language_code
language.code
Restrict delete
registration_exam_content_module_participant_id_fkey
registration_exam_content_module.participant_id
participant.id
Restrict delete
registration_exam_content_module_module_id_fkey
registration_exam_content_module.module_id
module.id
Restrict delete
registration_exam_content_module_registration_id_fkey
registration_exam_content_module.registration_id
registration.id
Restrict delete
module_translation_language_code_fkey
module_translation.language_code
language.code
Restrict delete
module_translation_module_id_fkey
module_translation.module_id
module.id
Cascade on delete
accredited_exam_module_accreditation_type_id_fkey
accredited_exam_module.accreditation_type_id
accreditation_type.id
Restrict delete
accredited_exam_module_module_id_fkey
accredited_exam_module.module_id
module.id
Restrict delete
accredited_exam_module_participant_id_fkey
accredited_exam_module.participant_id
participant.id
Restrict delete
exam_session_translation_language_code_fkey
exam_session_translation.language_code
language.code
Restrict delete
exam_session_translation_exam_session_id_fkey
exam_session_translation.exam_session_id
exam_session.id
Cascade on delete
accredited_exam_section_accreditation_type_id_fkey
accredited_exam_section.accreditation_type_id
accreditation_type.id
Restrict delete
accredited_exam_section_section_id_fkey
accredited_exam_section.section_id
section.id
Restrict delete
accredited_exam_section_participant_id_fkey
accredited_exam_section.participant_id
participant.id
Restrict delete
email_participant_id_fkey
email.participant_id
participant.id
Restrict delete
email_exam_session_id_fkey
email.exam_session_id
exam_session.id
Restrict delete
module_score_module_id_fkey
module_score.module_id
module.id
Restrict delete
module_score_section_score_id_fkey
module_score.section_score_id
section_score.id
Restrict delete
section_translation_language_code_fkey
section_translation.language_code
language.code
Restrict delete
section_translation_section_id_fkey
section_translation.section_id
section.id
Cascade on delete
module_section_id_fkey
module.section_id
section.id
Restrict delete
exam_session_exam_id_fkey
exam_session.exam_id
exam.id
Restrict delete
registration_exam_content_section_section_id_fkey
registration_exam_content_section.section_id
section.id
Restrict delete
registration_exam_content_section_participant_id_fkey
registration_exam_content_section.participant_id
participant.id
Restrict delete
registration_exam_content_section_registration_id_fkey
registration_exam_content_section.registration_id
registration.id
Restrict delete
registration_exam_session_id_fkey
registration.exam_session_id
exam_session.id
Restrict delete
registration_participant_id_fkey
registration.participant_id
participant.id
Restrict delete
section_score_exam_session_id_fkey
section_score.exam_session_id
exam_session.id
Restrict delete
section_score_section_id_fkey
section_score.section_id
section.id
Restrict delete
section_score_participant_id_fkey
section_score.participant_id
participant.id
Restrict delete
section_exam_id_fkey
section.exam_id
exam.id
Restrict delete

Check Constraints

Table Constraint Name Constraint