faculty
Purpose: Holds list of Faculties used in the institution.
Joins: schools table.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
name | varchar(80) | Name of the Faculty |
deleted | datetime | Date when the faculty was deleted. NULL records are still live. |