GroupUser

The GroupUser table associates Users with Groups. Each record defines an association between one Group and one User. Users may only be associated with Groups that belong to their Firm.

Metadata

  • Base Table Class: Static
  • Default Size: Group * Constants::MaxActorsPerGroup = 2500000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this GroupUser.
StatusSet of Status4
GroupForeign key to Group8
UserForeign key to User8
UpdateNumberInteger (unsigned)8A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record.
OwnerUserForeign key to User8The Id of the User that owns this GroupUser.
OwnerGroupForeign key to Group8The Id of the Group that owns this GroupUser.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this GroupUser.
CreateUserForeign key to User8The Id of the User that created this GroupUser.
CreateTimestampInteger (unsigned)8The time at which this GroupUser was created.
UpdateUserForeign key to User8The Id of the User that last updated this GroupUser.
UpdateTimestampInteger (unsigned)8The time at which this GroupUser was last updated.