properties_reviewers
Purpose: Holds which internal and external reviewers are assigned to which papers.
Joins: properties table.
| Field | Type | Purpose |
|---|---|---|
| id | int(11) unsigned | Primary Key |
| paperID | mediumint(8) unsigned | ID of the paper. |
| reviewerID | int(11) unsigned | User ID of the reviewer. |
| type | enum('internal','external') | Type of the reviewer (internal or external) |
, multiple selections available,