ALM Project Database Reference
td.REQ_TRACE Table
Description
Associations between requirements.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RT_TRACE_IDThe record ID.int4   
 RT_FROM_REQ_IDThe ID of the requirement from which the trace is made to the item specified by RT_TO_REQ_ID.int4  
 RT_TO_REQ_IDThe dependent target of the trace from the requirement specified with RT_FROM_REQ_ID.int4  
 RT_CREATED_BYThe user name of the user who created the record.varchar60  
 RT_CREATION_DATERecord creation date according to database server.datetime4  
 RT_COMMENTDescription of trace.varchar255  
 RT_VTSThe version time stamp. Indicates the time this record was last changed according to the database server.varchar20  
Indexes
IndexDescriptionPrimaryUnique
RT_CREATION_DATE_IDX   
RT_FROM_IDX   
RT_FROM_TO_IDX  
RT_PRIMARYKEY 
RT_TO_IDX   
RT_VTS_IDX   
See Also