ALM Project Database Reference
td.BASELINES Table
Description
Baseline records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BL_IDThe record ID.int4   
 BL_LIB_IDThe LIBRARIES.LIB_ID of the library to which the baseline belongs.int4   
 BL_NAMEThe baseline name.varchar255   
 BL_VER_STAMPThe version number of this record.int4   
 BL_VTSThe version time stamp.varchar20   
 BL_DESCRIPTIONA free text description of this item.varchar16  
 BL_HAS_ATTACHMENTSY if this item has attachments.varchar1  
 BL_CREATED_BYThe user name of the user who created this item.varchar60   
 BL_CREATION_DATEThe server date when this item was created.datetime4   
 BL_CAPTURE_STATE

The current stage in capturing the baselines. After successful completion, the value in field is 3.

Do not change this value.

int4   
 BL_IS_REPOSITORY_CAPTUREDY indicates that the files associated with the entities in the baseline are copied.varchar1  
 BL_AUTOCOMPLETE_TYPE1 indicates that the covering tests are automatically added to the baseline.int4  
 BL_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
BASELINES_PK 
Objects that depend on td.BASELINES
 Database ObjectObject TypeDescriptionDep Level
AUTR_363696399_TESTCYCL triggerAUTR_363696399_TESTCYCLTrigger 2
AUTR64594118_CYCLE triggerAUTR64594118_CYCLETrigger 2
td.CYCLE tabletd.CYCLETableTest sets.1
td.TESTCYCL tabletd.TESTCYCLTableInstances of design tests in test sets.1
td.V_TESTSET_REQ_COVER viewtd.V_TESTSET_REQ_COVERView 2
See Also