This space is archived

For current information please use the current ExamSys documentation

properties_reviewers

Purpose: Holds which internal and external reviewers are assigned to which papers.
Joins: properties table.

FieldTypePurpose
idint(11) unsignedPrimary Key
paperIDmediumint(8) unsignedID of the paper.
reviewerIDint(11) unsignedUser ID of the reviewer.
typeenum('internal','external')Type of the reviewer (internal or external)