Review of reviews: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Contains metareview definitions '''Deprecated''' ==Metareview/Review of review variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11)...") |
(No difference)
|
Revision as of 19:47, 17 May 2016
Contains metareview definitions
Deprecated
Metareview/Review of review variable documentation
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | The unique record id |
| reviewed_at | datetime | Meant to contain the time stamp for when the review of review was created. Should be deprecated. Use created_at instead. |
| review_of_review_mapping_id | int(11) | The ID for a review of review mapping |
| review_num_for_author | int(11) | Unused |
| review_num_for_reviewer | int(11) | Unused |
| created_at | datetime | The timestamp at which this review of review was created |
| updated_at | datetime | The timestamp at which this review of review was last updated |
Back to the database documentation