The Information below is for ROGO 6.1.0+

Purpose: Holds data about a session (or activity) which is a container into which objectives can be structured.

Joins: academic_year, objectives and modules tables.

Field
Type
Purpose
Key
sess_idint(11)auto increment. 
identifierbigint(20) unsignedNumber that joins with objectives tablePRIMARY KEY
idModchar(25) unsignedID of the module the session pertains toPRIMARY KEY
titletextThe title of the session 
source_urltextOptional URL to point to. The intention would be to point to a lecture page in a VLE or portal 
calendar_yearint(4)Academic year the metadata applies to.PRIMARY KEY, FOREIGN KEY academic_year.calendar_year
occurrencedatetimeDatetime when the session occurrs