Resubmission times: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Designed for support of multi-round responses. Currently unused ==Resubmission times variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id...") |
No edit summary |
||
Line 19: | Line 19: | ||
|} | |} | ||
Back to | |||
== E/R diagram for Parents Tables == | |||
Tables referred by the Resubmission times Table as Foreign Key Relationship. | |||
[[File:resubmission_times_imported.png]] | |||
== E/R diagram for Child Tables == | |||
No Tables were referred by the Resubmission times Table as Foreign Key Relationship. | |||
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Latest revision as of 22:44, 25 April 2018
Designed for support of multi-round responses. Currently unused
Resubmission times variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
participant_id | int(11) | The participant submitting material |
resubmitted_at | datetime | The timestamp at which the material was resubmitted |
E/R diagram for Parents Tables
Tables referred by the Resubmission times Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Resubmission times Table as Foreign Key Relationship.
Back to Database Tables Main page.