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

Purpose: Stores data pertaining to personal folders.
Note: System folders are build automatically from the modules table.
Joins: users tables.

FieldTypePurpose
idint(4)Primary Key – auto increment.
ownerIDint(10) unsignedID of the user who's folder it is.
nametextTitle of the folder as displayed in the user interface.
createddatetimeDatetime record of when the folder was created
colorenum('yellow','red','green','blue','gray')Colour preference for the folder
deleteddatetimeDatetime when deleted. Active folders have this field as NULL
  • No labels