Deadline types
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 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.
