| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| created_at | timestamp with time zone | now() | false | |||
| deleted_at | timestamp with time zone | true | ||||
| exercise_slide_id | uuid | false | ||||
| grading_progress | grading_progress | false | ||||
| id | uuid | uuid_generate_v4() | false | |||
| score_given | real | true | ||||
| updated_at | timestamp with time zone | now() | false | |||
| user_exercise_state_id | uuid | false |
| Name | Type | Definition |
|---|---|---|
| user_exercise_slide_states_created_at_not_null | n | NOT NULL created_at |
| user_exercise_slide_states_exercise_slide_id_not_null | n | NOT NULL exercise_slide_id |
| user_exercise_slide_states_grading_progress_not_null | n | NOT NULL grading_progress |
| user_exercise_slide_states_id_not_null | n | NOT NULL id |
| user_exercise_slide_states_updated_at_not_null | n | NOT NULL updated_at |
| user_exercise_slide_states_user_exercise_state_id_not_null | n | NOT NULL user_exercise_state_id |
Generated by tbls