Purpose: Stores staff module membership data.
Joins: users and modules tables.
Field | Type | Purpose |
---|
groupID | int(4) | Primary Key – auto increment. |
idMod | int(11) unsigned | ID of the module. |
memberID | int(10) unsigned | User ID of the member of staff. |
added | timestamp | When the member of staff was added. |