Review of reviews
Jump to navigation
Jump to search
Contains metareview definitions for each of the reviews given.
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) | Number of authors who recieved the review. |
review_num_for_reviewer | int(11) | Number of reviewers who reviewed. |
E/R diagram for Parents Tables
Tables referred by the Review of Reviews Table as Foreign Key Relationship.
E/R diagram for Child Tables
Tables referred by the Review of Reviews Table as Foreign Key Relationship.
Back to Database Tables Main page.