This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Purpose: Holds general information about a review of a paper.

Version: 6.0

Joins: properties, users, client_identifiers, review_comments

 

FieldTypePurpose
idint(11) unsignedPrimary Key – auto increment.
reviewerIDint(10) unsignedUserID of the reviewer.
paperIDmediumint(8) unsignedID of the paper the review relates to.
starteddatetimeWhen the review first started.
completedatetimeWhen the review has been finished (i.e. 'Save & Finish' button clicked)
review_typeenum('External','Internal')The type of the review.
ipaddressvarchar(100)IP address or client name of the machine the review was taken on.
paper_commenttextGeneral comments about the paper.
  • No labels