ALM Project Database Reference
td.USERS Table
Description
System users who can access this project.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 US_IDThe record ID.int4  
Primary Key US_USERNAMEThe user name.varchar60   
 US_MAIL_ADDRESSNot in use. Retained in schema for backward compatibility.varchar255  
 US_PASSWORDNot in use. Retained in schema for backward compatibility.varchar100  
 US_GROUPA bit mask that specifies the groups to which the user belongs. If bit X is set, the user belongs to the group identified with GROUPS.GR_GROUP_ID = X - 1.varchar512  
 US_ADDRESSNot in use. Retained in schema for backward compatibility.varchar16  
 US_PHONENot in use. Retained in schema for backward compatibility.varchar20  
 US_FULLNAMENot in use. Retained in schema for backward compatibility.varchar255  
Indexes
IndexDescriptionPrimaryUnique
US_PRIMARYKEY 
See Also