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

« Previous Version 3 Current »

The Information below is for ROGO 6.1.0+

Purpose: Stores student/module enrolements.

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. 
  • No labels