| Project Data Tables Database > td Schema : td.BP_ITER_PARAM Table |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| BPIP_ID | The record ID. | int | 4 | |||
| BPIP_BPP_ID | The link to the test, component, and parameter through BP_PARAM.BPP_ID. | int | 4 | ![]() | |||
| BPIP_BPI_ID | The iteration: BP_ITERATION.BPI_ID | int | 4 | ![]() | |||
| BPIP_VALUE | The default value for the iteration. | varchar | 16 | ![]() | |||
| BPIP_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_ITER_PARAM_PRIMARYKEY | ![]() | ![]() | |
| BPIP_BPI_ID_IDX | |||
| BPIP_BPP_ID_IDX |