Review comments paste bins

From Expertiza_Wiki
Revision as of 22:42, 25 April 2018 by Psinha (talk | contribs) (Created page with "Review Comment Paste Bins is just a table to save the data which can be later submitted. '''Deprecated''' ==Review Comment Paste Bins variable documentation== {| class="wikitab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Review Comment Paste Bins is just a table to save the data which can be later submitted. Deprecated

Review Comment Paste Bins variable documentation

Field Name Type Description
id int(11) The unique record ID
review_grade_id int(11) ID of the grader of the review.
title varchar(255) The title of the review.
review_comment text Comment provided by the instructor to the reviewer.
created_at datetime Date time value when the record was created.
updated_at datetime Date time value when the record was updated.


E/R diagram for Parents Tables

Tables referred by the Review Comment Paste Bins Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Review Comment Paste Bins Table as Foreign Key Relationship.


Back to Database Tables Main page.