Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
created_at | timestamp with time zone | now() | false | |||
deleted_at | timestamp with time zone | true | ||||
exercise_task_id | uuid | false | ||||
grading_progress | grading_progress | false | ||||
score_given | real | true | ||||
updated_at | timestamp with time zone | now() | false | |||
user_exercise_slide_state_id | uuid | false |
Name | Type | Definition |
---|---|---|
user_exercise_task_states_created_at_not_null | n | NOT NULL created_at |
user_exercise_task_states_exercise_task_id_not_null | n | NOT NULL exercise_task_id |
user_exercise_task_states_grading_progress_not_null | n | NOT NULL grading_progress |
user_exercise_task_states_updated_at_not_null | n | NOT NULL updated_at |
user_exercise_task_states_user_exercise_slide_state_id_not_null | n | NOT NULL user_exercise_slide_state_id |
Generated by tbls