/
help_tutorial_log

help_tutorial_log

Purpose: Holds a log of which users accessed the online tutorials in the help system.
Joins: users table.

FieldTypePurpose
idint(11)Primary Key – auto increment.
typeenum('student','staff')What type of user accessed the tutorial.
userIDint(10) unsignedUser ID of the person accessing the tutorial.
accesseddatetimeDatetime when the tutorial was accessed.
tutorialvarchar(255)Filename of the tutorial accessed.

Related content

help_tutorial_log
help_tutorial_log
More like this
help_log
More like this
help_log
help_log
More like this
help_searches
help_searches
More like this
help_searches
help_searches
More like this
access_log
More like this