reference_modules
Purpose: Holds which modules can use a particular reference material.
Joins: reference_material and reference_papers tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
refID | mediumint(8) unsigned | ID of the reference material - reference_material.id |
idMod | int(11) unsigned | ID of the module that is linked to the reference material - modules.id |