Review of reviews: Difference between revisions

From Expertiza_Wiki
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 edit summary
 
Line 1: Line 1:
Contains metareview definitions
Contains metareview definitions for each of the reviews given.


'''Deprecated'''
'''Deprecated'''


==Metareview/Review of review variable documentation==
== Metareview/Review of review variable documentation==


{| class="wikitable"  
{| class="wikitable"  
Line 22: Line 22:
!review_num_for_author
!review_num_for_author
|int(11)
|int(11)
|Unused
|Number of authors who recieved the review.
|-
|-
!review_num_for_reviewer
!review_num_for_reviewer
|int(11)
|int(11)
|Unused
|Number of reviewers who reviewed.
|-
!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 [[Documentation_on_Database_Tables|database documentation]]
 
== E/R diagram for Parents Tables ==
Tables referred by the Review of Reviews Table as Foreign Key Relationship.
 
[[File:review_of_reviews_imported.png]]
 
 
 
== E/R diagram for Child Tables ==
Tables referred by the Review of Reviews Table as Foreign Key Relationship.
 
[[File:review_of_reviews_exported.png]]
 
 
 
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Latest revision as of 22:18, 25 April 2018

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.