This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Purpose: Holds a list of schools by faculty. One of the main places this information is used is 'All Modules' link from the homepage.
Joins: faculty table.

FieldTypePurpose
idint(11)Primary Key – auto increment.
schoolchar(255)Name of the school
facultyIDint(11)ID of the Faculty the school is based in.
deleteddatetimedate deleted
  • No labels