Project Data Tables Database > td Schema : td.BP_ITERATION Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BPI_ID | The record ID. | int | 4 | ||||
BPI_BPC_ID | The link to the test and component through BPTEST_TO_COMPONENTS.BC_ID. | int | 4 | ||||
BPI_ORDER | The 0-based order of this iteration. If there is only one iteration, this field may be empty. | int | 4 | ||||
BPI_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_ITERATION_PRIMARYKEY | |||
BPI_BPC_ID_IDX |