created_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was created. |
deleted_at |
timestamp with time zone |
|
true |
|
|
Timestamp when the record was deleted. If null, the record is not deleted. |
ended_at |
timestamp with time zone |
|
true |
|
|
Timestamp when the exam has ended. If null, the exam time has not ended. |
exam_id |
uuid |
|
false |
|
public.exams |
The exam the user has enrolled in. |
is_teacher_testing |
boolean |
false |
false |
|
|
Is the exam enrollment used for teacher previewing the exam |
show_exercise_answers |
boolean |
false |
false |
|
|
Used when teacher is testing exam to show the answers if true |
started_at |
timestamp with time zone |
now() |
false |
|
|
The moment the user started the exam. |
updated_at |
timestamp with time zone |
now() |
false |
|
|
Timestamp when the record was last updated. The field is updated automatically by the set_timestamp trigger. |
user_id |
uuid |
|
false |
|
public.users |
The user that has enrolled in the exam. |