Database table groupmembers
Usage
The table groupmembers links users with groups.
Groupmembers are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idgroupuser | int(11)Â | Primary key (auto increment) |
group_id | varchar(32) | Foreign key to table groups |
user_id | varchar(32) | Foreign key to table user |
Generic DB information
ItemCollection | Item |
---|---|
cApiGroupMemberCollection | cApiGroupMember |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.