ALM Project Database Reference
td.BASELINE_ROOTS Table
Description
The root folder from which a baseline is created.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BLR_IDThe record ID.int4   
 BLR_BL_IDThe ID of the Baseline to which this version is pinned.int4   
 BLR_ROOT_ENTITYThe name of the table in which the root record is stored.varchar30   
 BLR_ROOT_KEYThe root record ID.varchar40   
 BLR_ROOT_FILTERFor future use.varchar16  
 BLR_NAMEThe item name is inherited from the baseline.varchar255   
 BLR_VER_STAMPThe version number is inherited from the baseline.int4   
 BLR_IS_OBSOLETEY indicates that this root has been moved to the obsolete folder.varchar255   
Indexes
IndexDescriptionPrimaryUnique
BLR_PRIMARYKEY 
BLR_ROOT_IDX  
BLR_UNIQUE_NAME_IDX  
See Also