Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Stores which questions are on a paper.
Joins: properties and questions tables.

FieldTypePurpose
p_idint(4)Primary Key
papermediumint(8) unsignedName of the paper
questionint(4) unsignedID of question used (links with q_id in Questions table)
screentinyint(2) unsignedScreen number question will appear on
display_possmallint(5) unsignedUsed to control the physical order of questions on a paper