reference_papers
Purpose: Holds which papers are using which reference materials.
Joins: reference_material and properties tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
paperID | mediumint(8) unsigned | ID of the paper that is linked to the reference material - properties.property_id |
refID | mediumint(9) | ID of the reference material - reference_material.id |