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: Used to add additional data to student accounts. This could be group information, preferences, sites, etc. It is based around academic years and module IDs.
Joins: users and schools tables.

FieldTypePurpose
userIDint(10) unsignedThe ID of the user that the metadata pertains to.
idModint(11) unsignedThe ID of the module that the metadata applies to.
typevarchar(255)The name of the metadata field.
valuevarchar(255)The value of the metadata.
calendar_yearenum('2010/11', '2011/12', '2012/13', '2013/14', '2014/15', '2015/16', '2016/17', '2017/18', '2018/19', '2019/20')Academic year the metadata applies to.
  • No labels