ALM Project Database Reference
td.REQ_TYPE_HIER_RULES Table
Description
The hierarchy rules for requirement types in the requirement tree. For internal use. Do not change values in this table.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RTHR_IDThe record ID.int4   
 RTHR_TYPE_IDThe requirement type, REQ_TYPE.TPR_TYPE_IDint4   
 RTHR_PARENT_TYPE_ID

A requirement type (REQ_TYPE.TPR_TYPE_ID) that is a valid parent folder for this type.  A value of -1 indicates that the type can have any requirement type as a parent folder.

The parent of a folder is always another folder.

int4   
Indexes
IndexDescriptionPrimaryUnique
RTHR_PARENT_TYPE_IDX  
RTHR_PRIMARYKEY 
RTHR_TYPE_PARENT_IDX  
See Also