Review comments paste bins
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.