Deadline rights: 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) | |} Back to [http://wiki.expertiza.ncsu.edu/inde...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The Deadline Rights table has record for rights associated to each of the deadlines.
== Deadline Rights Variable Documentation ==
{| class="wikitable"  
{| class="wikitable"  
!Field Name !!Type !!Description  
!Field Name !!Type !!Description  
Line 8: Line 12:
!name   
!name   
|varchar(32)   
|varchar(32)   
|
|Name of the Deadline right.
|}  
|}  
== E/R diagram for Parents Tables ==
No tables are referred by the Deadline Rights Table as Foreign Key Relationship.
== E/R diagram for Child Tables ==
Tables which refer the Deadline Rights Table as Foreign Key Relationship.
[[File:deadline_rights_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.

Latest revision as of 01:10, 23 April 2018

The Deadline Rights table has record for rights associated to each of the deadlines.

Deadline Rights Variable Documentation

Field Name Type Description
id int(11) The unique record id
name varchar(32) Name of the Deadline right.

E/R diagram for Parents Tables

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

E/R diagram for Child Tables

Tables which refer the Deadline Rights Table as Foreign Key Relationship.

Back to Database Tables Main page.