Group_Members (Platform Only)
Last updated
Was this helpful?
The Group_Members table links individual users to specific groups in the system. It is a many-to-many relationship bridge between the user and group entities, allowing users to inherit the authorities assigned to their groups.
The following table describes each field in the Group_Members table:
id
integer
Yes
A unique identifier for the record.
username
varchar
Yes
The name of a user for group assignment.
group_id
integer
Yes
The id of the group for user assignment.
Last updated
Was this helpful?
Was this helpful?
