Project Data Tables Database > td Schema : td.DESSTEPS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
DS_ID | The record ID. | int | 4 | ||||
DS_TEST_ID | The TEST.TS_TEST_ID of the test to which the step belongs. | int | 4 | ||||
DS_VER_STAMP | The version number of this record. | int | 4 | ||||
DS_VTS | The version time stamp. | varchar | 20 | ||||
DS_STEP_ORDER | The order in which the step appears within the test in the user interface. | int | 4 | ||||
DS_STEP_NAME | The name assigned to the step by the test developer. | varchar | 255 | ||||
DS_DESCRIPTION | The design step description. | varchar | 16 | ||||
DS_EXPECTED | The expected result string. | varchar | 16 | ||||
DS_USER_01 | User-defined field. | varchar | 40 | ||||
DS_USER_02 | User-defined field. | varchar | 40 | ||||
DS_USER_03 | User-defined field. | varchar | 40 | ||||
DS_USER_04 | User-defined field. | varchar | 40 | ||||
DS_USER_05 | User-defined field. | varchar | 40 | ||||
DS_USER_06 | User-defined field. | varchar | 40 | ||||
DS_ATTACHMENT | Indicates whether the design step has any attachments: Y or N. | varchar | 1 | ||||
DS_LINK_TEST | If the design step is an instruction to run another test, the ID of the test to be run. | int | 4 | ||||
DS_HAS_PARAMS | Indicates whether this design step has STEP_PARAMS associated with it: Y or N. | varchar | 1 | ||||
DS_TEXT_SYNC | For internal use. Do not change data. | varchar | 1 | ||||
DS_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 |
Index | Description | Primary | Unique |
---|---|---|---|
DESSTEPS_IX1 | |||
DS_LINK_TEST_IDX | |||
DS_PRIMARYKEY |