participant_sync_status


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('participant_sync_status_id_seq'::regclass)
exam_session_id bigserial 19 nextval('participant_sync_status_exam_session_id_seq'::regclass)
exam_session.id participant_sync_status_exam_session_id_fkey R
success_at timestamptz 35,6 null
failed_at timestamptz 35,6 null
created timestamptz 35,6 CURRENT_TIMESTAMP
relocated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
participant_sync_status_pkey Primary key Asc id

Relationships