Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.