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 the text of keywords for both individual users and teams.
Joins: keywords_questionusers and modules tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
userIDint(10) unsignedUser ID of the person owning the keyword. If a team keyword the join is with modules on id
keywordchar(255)The keyword itself.
keyword_typeenum('personal','team')Type of the keyword, personal or team.
  • No labels