Index

public.user_exercise_states_copy

Description

Columns

Name Type Default Nullable Children Parents Comment
activity_progress activity_progress ‘initialized’::activity_progress false
course_instance_id uuid true
created_at timestamp with time zone now() false
deleted_at timestamp with time zone true
exam_id uuid true
exercise_id uuid false
grading_progress grading_progress ‘not-ready’::grading_progress false
id uuid uuid_generate_v4() false
reviewing_stage reviewing_stage ‘not_started’::reviewing_stage false
score_given real true
selected_exercise_slide_id uuid true
updated_at timestamp with time zone now() false
user_id uuid false

Constraints

Name Type Definition
course_instance_or_exam_id_set CHECK CHECK (((course_instance_id IS NULL) <> (exam_id IS NULL)))

Relations

er

Generated by tbls