Project Data Tables Database > td Schema : td.BASELINE_ROOTS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BLR_ID | The record ID. | int | 4 | ||||
BLR_BL_ID | The ID of the Baseline to which this version is pinned. | int | 4 | ||||
BLR_ROOT_ENTITY | The name of the table in which the root record is stored. | varchar | 30 | ||||
BLR_ROOT_KEY | The root record ID. | varchar | 40 | ||||
BLR_ROOT_FILTER | For future use. | varchar | 16 | ||||
BLR_NAME | The item name is inherited from the baseline. | varchar | 255 | ||||
BLR_VER_STAMP | The version number is inherited from the baseline. | int | 4 | ||||
BLR_IS_OBSOLETE | Y indicates that this root has been moved to the obsolete folder. | varchar | 255 |
Index | Description | Primary | Unique |
---|---|---|---|
BLR_PRIMARYKEY | |||
BLR_ROOT_IDX | |||
BLR_UNIQUE_NAME_IDX |