ALM Project Database Reference
td.GROUPS Table
Description
Groups of users with a common set of privileges.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key GR_IDThe record ID.int4   
 GR_GROUP_IDThe ID of the group serves as its bit-offset in masks that define characteristics of groups.int4   
 GR_GROUP_NAMEThe name of the group.varchar60   
 GR_IS_SYSTEMA value of Y indicates that this is a default user group created automatically in new projects. N indicates that the group was added.varchar1  
 GR_PREDEF_FILTERThe default view filter for members of the group.varchar16  
 GR_LOGICAL_NAMEA name, unique in the scope of this table, that refers to this record.varchar64   
Indexes
IndexDescriptionPrimaryUnique
GR_LOGICAL_NAME_IDX  
GROUPS_PK 
GROUPS_UK  
See Also