Project Data Tables Database > td Schema : td.BASELINES Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BL_ID | The record ID. | int | 4 | ||||
BL_LIB_ID | The LIBRARIES.LIB_ID of the library to which the baseline belongs. | int | 4 | ||||
BL_NAME | The baseline name. | varchar | 255 | ||||
BL_VER_STAMP | The version number of this record. | int | 4 | ||||
BL_VTS | The version time stamp. | varchar | 20 | ||||
BL_DESCRIPTION | A free text description of this item. | varchar | 16 | ||||
BL_HAS_ATTACHMENTS | Y if this item has attachments. | varchar | 1 | ||||
BL_CREATED_BY | The user name of the user who created this item. | varchar | 60 | ||||
BL_CREATION_DATE | The server date when this item was created. | datetime | 4 | ||||
BL_CAPTURE_STATE | The current stage in capturing the baselines. After successful completion, the value in field is 3. Do not change this value. | int | 4 | ||||
BL_IS_REPOSITORY_CAPTURED | Y indicates that the files associated with the entities in the baseline are copied. | varchar | 1 | ||||
BL_AUTOCOMPLETE_TYPE | 1 indicates that the covering tests are automatically added to the baseline. | int | 4 | ||||
BL_USER_01 | User-defined field. | varchar | 40 |
Index | Description | Primary | Unique |
---|---|---|---|
BASELINES_PK |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
AUTR_363696399_TESTCYCL | Trigger | 2 | ||
AUTR64594118_CYCLE | Trigger | 2 | ||
td.CYCLE | Table | Test sets. | 1 | |
td.TESTCYCL | Table | Instances of design tests in test sets. | 1 | |
td.V_TESTSET_REQ_COVER | View | 2 |