Deadline types: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The deadline types table has all the different types of deadlines and their unique ID. | The deadline types table has all the different types of deadlines and their unique ID. | ||
== Deadline Types Variable Documentation == | |||
{| class="wikitable" | {| class="wikitable" | ||
!Field Name !!Type !!Description | !Field Name !!Type !!Description | ||
Line 13: | Line 16: | ||
== E/R diagram for Parents Tables == | == E/R diagram for Parents Tables == | ||
No tables are referred by the | No tables are referred by the Deadline Types Table as Foreign Key Relationship. | ||
== E/R diagram for Child Tables == | == E/R diagram for Child Tables == | ||
Tables which refer the | Tables which refer the Deadline Types Table as Foreign Key Relationship. | ||
[[File:deadline_types_exported.png]] | [[File:deadline_types_exported.png]] |
Latest revision as of 01:10, 23 April 2018
The deadline types table has all the different types of deadlines and their unique ID.
Deadline Types Variable Documentation
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 Deadline Types Table as Foreign Key Relationship.
E/R diagram for Child Tables
Tables which refer the Deadline Types Table as Foreign Key Relationship.
Back to Database Tables Main page.