A Review model is created for each submission if you are using Reviews.
| Attribute | Description |
|---|---|
id | ID of the review. |
submissionId | ID of the submission this review is related to. |
userId | ID of the user this review is related to. |
approved | Boolean to denote whether this review has been approved or not. |
notes | Any additional notes stored with the review. |
dateCreated | The date this review was created. |