Plagiarism checker assignment submissions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description ! |- !id |INT(10) |Unique identifier for the record |- !name |VARCHAR(255) | |- !simicheck_id |VARCHAR(255) | |- !created_...") |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;"> | |||
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.''' | |||
</div> | |||
{| class="wikitable" | {| class="wikitable" | ||
!Name !!Datatype !!Description ! | !Name !!Datatype !!Description ! | ||
| Line 26: | Line 29: | ||
|unique identifier for the assignment for which the submission is verified | |unique identifier for the assignment for which the submission is verified | ||
|} | |} | ||
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | |||
Latest revision as of 05:19, 9 December 2025
⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.
| Name | Datatype | Description ! |
|---|---|---|
| id | INT(10) | Unique identifier for the record |
| name | VARCHAR(255) | |
| simicheck_id | VARCHAR(255) | |
| created_at | DATETIME | Date and Time when the record was generated |
| updated_at | DATETIME | Date and Time when the record was last updated |
| assignment_id | INT(10) | unique identifier for the assignment for which the submission is verified |
Back to Database Tables Main page.