Project Data Tables Database > td Schema : td.TEST_PARAMS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
TP_ID | The record ID. | int | 4 | ||||
TP_TEST_ID | The TEST.TS_TEST_ID of the test to which the parameter belongs. | int | 4 | ||||
TP_NAME | The parameter's name. | varchar | 255 | ||||
TP_DESCRIPTION | The parameter's description. | varchar | 16 | ||||
TP_DEFAULT_VALUE | The suggested value for string, date, numerical, and long text parameters. | varchar | 16 | ||||
TP_REF_COUNT | The number of instances of this parameter in the test. | int | 4 | ||||
TP_VTS | The version time stamp. | varchar | 20 | ||||
TP_VER_STAMP | The version number of this record. | int | 4 | ||||
TP_VC_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 | ||||
TP_ORDER | The position of the parameter in the list of test parameters. | int | 4 | ||||
TP_USER_01 | User-defined field. | varchar | 40 |
Index | Description | Primary | Unique |
---|---|---|---|
TEST_PARAMS_NAME_LWR_UIX1 | |||
TEST_PARAMS_PK |