...
The table frontendgroupmembers links frontend users with frontend groups.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idfrontendgroupmember | int(11) | Primary key (auto increment) |
idfrontendgroup | int(11) | Foreign key to table frontendgroups |
idfrontenduser | int(11) | Foreign key to table frontendusers |
...