Deadline types: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !name |varchar(32) |Names of the type of deadlines |} Back to [http:...")
 
No edit summary
Line 1: Line 1:
The deadline types table has all the different types of deadlines and their unique ID.
{| class="wikitable"  
{| class="wikitable"  
!Field Name !!Type !!Description  
!Field Name !!Type !!Description  
Line 10: Line 11:
|Names of the type of deadlines
|Names of the type of deadlines
|}
|}
== E/R diagram for Parents Tables ==
No tables are referred by the Assignment Table as Foreign Key Relationship.
== E/R diagram for Child Tables ==
Tables which refer the Assignment Table as Foreign Key Relationship.
[[File:deadline_types_exported.png]]




Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Revision as of 00:50, 23 April 2018

The deadline types table has all the different types of deadlines and their unique ID.

Field Name Type Description
id int(11) The unique record id
name varchar(32) Names of the type of deadlines

E/R diagram for Parents Tables

No tables are referred by the Assignment Table as Foreign Key Relationship.

E/R diagram for Child Tables

Tables which refer the Assignment Table as Foreign Key Relationship.


Back to Database Tables Main page.