Review of review mappings: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "Maps a connection between the participants providing a review and those providing a metareview/review of review '''Deprecated''' ==Metareview/Review of review m...")
 
No edit summary
Line 19: Line 19:
|int(11)
|int(11)
|The [[Review_mappings|review_mapping]] which defines the relationship between author/team and reviewer.
|The [[Review_mappings|review_mapping]] which defines the relationship between author/team and reviewer.
|-
!reviewer_id
|int(11)
|The [[Users|user]] which is to perform the metareview
|}
|}


Back to the [[Documentation_on_Database_Tables|database documentation]]
 
== E/R diagram for Parents Tables ==
No Tables were referred by the Review of Review Mappings Table as Foreign Key Relationship.
 
 
 
== E/R diagram for Child Tables ==
No Tables were referred by the Review of Reviews Mappings Table as Foreign Key Relationship.
 
[[File:review_of_review_mappings_imported.png]]
 
 
 
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Revision as of 22:24, 25 April 2018

Maps a connection between the participants providing a review and those providing a metareview/review of review

Deprecated

Metareview/Review of review mappings variable documentation

Field Name Type Description
id int(11) The unique record id
review_reviewer_id int(10) The participant who is creating the metareview - needs to be depracated.
review_mapping_id int(11) The review_mapping which defines the relationship between author/team and reviewer.


E/R diagram for Parents Tables

No Tables were referred by the Review of Review Mappings Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Review of Reviews Mappings Table as Foreign Key Relationship.

File:Review of review mappings imported.png


Back to Database Tables Main page.