exam_session_statistics


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('exam_session_statistics_id_seq'::regclass)
exam_session_id bigserial 19 nextval('exam_session_statistics_exam_session_id_seq'::regclass)
exam_session.id exam_session_statistics_exam_session_id_fkey R
created_at timestamptz 35,6 CURRENT_TIMESTAMP
participants int4 10 null
queue int4 10 null
max_participant_count int4 10 null
max_queue_count int4 10 null
max_participants_at timestamptz 35,6 null
max_queue_at timestamptz 35,6 null
last_processed_event_id int8 19 null
registration_change_event.id exam_session_statistics_last_processed_event_id_fkey R

Indexes

Constraint Name Type Sort Column(s)
exam_session_statistics_pkey Primary key Asc id
exam_session_statistics_exam_session_id Performance Asc exam_session_id

Relationships