paper_metadata_security
Purpose: Used to extend the access security on a paper using metadata information.
Joins: properties table.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
paperID | mediumint(8) unsigned | ID of the paper to apply the security to. |
name | varchar(255) | The name of the metadata field to use. (e.g. 'site') |
value | varchar(255) | The value of the metadata to permit access to. (e.g. 'Nottingham') |