Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.
Warning

The Information below is for an in development branch of RogoROGO 6.1.0+

Purpose: Stores student/module enrolements.Version: 6.1

Joins: academic_yearusers and modules tables.

Field
Type
Purpose
Key
idint(11)auto increment.PRIMARY KEY
userIDint(10) unsignedUser ID of the student. 
idModint(11) unsignedModule ID of the module enroled on. 
calendar_yearint(4)Academic year the metadata applies to.FOREIGN KEY academic_year.calendar_year
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.