Project Data Tables Database > td Schema : td.BP_PARAM Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BPP_ID | The record ID. | int | 4 | ||||
BPP_BPC_ID | The link to the test and component through BPTEST_TO_COMPONENTS.BC_ID. | int | 4 | ||||
BPP_PARAM_ID | The parameter: FRAMEWORK_PARAM.FP_ID | int | 4 | ||||
BPP_TYPE | The type, such as CONSTANT for an entered value or REF_BPPARAM for a value read from another parameter. | varchar | 70 | ||||
BPP_REF_ID | When the value of this parameter is set at run-time to the value of another parameter, this is the BPP_ID of the parameter from which the value is taken. | int | 4 | ||||
BPP_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 60 |
Index | Description | Primary | Unique |
---|---|---|---|
BP_PARAM_PRIMARYKEY | |||
BPP_BPC_ID_IDX | |||
BPP_PARAM_ID_IDX |