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 2 Current »

Purpose: Store title, content and width of sidebar reference material.
Joins: reference_modules and reference_papers tables.
Version: 4.2.1

FieldTypePurpose
idint(11)Primary Key – auto increment.
titlevarchar(255)The name of the reference material. This will be displayed to students at the top of the sidebar panel.
contenttextText field to hold the HTML of the reference material.
widthsmallint(5) unsignedWidth in pixels of the sidebar panel.
createddatetimeDate the reference material was created.
deleteddatetimeDate deleted. NULL represents 'live' or undeleted reference material.
  • No labels