Versions Compared

Key

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

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.

...