recent_papers
Purpose: Stores the IDs of recently accessed papers. Used on the staff homepage to show last 10 papers accessed.
Joins: properties table.
Field | Type | Purpose |
---|---|---|
userID | int(10) unsigned | ID of the user who accessed the paper |
paperID | mediumint(9) unsigned | ID of the paper accessed |
accessed | datetime | Datetime when the paper was accessed |