Deadline rights: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The Deadline Rights table has record for rights associated to each of the deadlines. | The Deadline Rights table has record for rights associated to each of the deadlines. | ||
== Deadline Rights Variable Documentation == | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 14: | Line 16: | ||
== E/R diagram for Parents Tables == | == E/R diagram for Parents Tables == | ||
No tables are referred by the Deadline Rights Table | No tables are referred to by the Deadline Rights Table with a foreign-key relationship. | ||
== E/R diagram for Child Tables == | == E/R diagram for Child Tables == | ||
Tables | Tables that refer to the Deadline Rights Table via a Foreign Key Relationship. | ||
[[File:deadline_rights_exported.png]] | [[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 21:49, 21 November 2024
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 to by the Deadline Rights Table with a foreign-key relationship.
E/R diagram for Child Tables
Tables that refer to the Deadline Rights Table via a Foreign Key Relationship.
Back to Database Tables Main page.