reference_material
Purpose: Store title, content and width of sidebar reference material.
Joins: reference_modules and reference_papers tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
title | varchar(255) | The name of the reference material. This will be displayed to students at the top of the sidebar panel. |
content | text | Text field to hold the HTML of the reference material. |
width | smallint(5) unsigned | Width in pixels of the sidebar panel. |
created | datetime | Date the reference material was created. |
deleted | datetime | Date deleted. NULL represents 'live' or undeleted reference material. |