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: Extensible table to allow any metadata information to be associated with a question.
Joins: questions table.

FieldTypePurpose
idint(11)Primary Key auto_increment
questionIDint(11)questionID from the questions table
typevarchar(255)The type (or name) of the metadata information. (e.g. 'town')
valuevarchar(255)The value of the metadata information. (e.g. 'London')
  • No labels