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 Next »

Purpose: Stores student/module enrolements.
Joins: users and modules tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
userIDint(10) unsignedUser ID of the student.
idModint(11) unsignedModule ID of the module enroled on.
calendar_yearenum('2008/09','2009/10','2010/11','2011/12','2012/13','2013/14', '2014/15','2015/16','2016/17','2017/18','2018/19','2019/20')Academic session.
attempttinyint(4)1=First Attempt, 2=Resit 1, 3=Resit 2.
auto_updatetinyint(4)1=update automatically from SMS system, 0=do not automatically update.
  • No labels