modules_staff

Purpose: Stores staff module membership data.
Joins: users and modules tables.

FieldTypePurpose
groupIDint(4)Primary Key – auto increment.
idModint(11) unsignedID of the module.
memberIDint(10) unsignedUser ID of the member of staff.
addedtimestampWhen the member of staff was added.