Project Data Tables Database > td Schema : td.COMPONENT_STEP Table |
In the description and expected result strings, parameters are enclosed in triple angle brackets. The HTML representation is <<<PARAMETER NAME>>>
Parameters are linked to steps in the COMPONENT_STEP_PARAMS Table.
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
CS_STEP_ID | The step record ID. | int | 4 | ||||
CS_COMPONENT_ID | The COMPONENT.CO_ID of the component to which the step belongs. | int | 4 | ||||
CS_FACET_ID | The FACETS.ID of the parent facet. | int | 4 | ||||
CS_STEP_ORDER | The order of execution of the step in the component (1 based). | int | 4 | ||||
CS_DESCRIPTION | The HTML format for the description. | varchar | 16 | ||||
CS_EXPECTED | The HTML format for the expected result. | varchar | 16 | ||||
CS_STEP_NAME | The step name. | varchar | 255 | ||||
CS_TEXT_SYNC | For internal use. | varchar | 1 | ||||
CS_USER_01 | User-defined field. | varchar | 40 | ||||
CS_USER_02 | User-defined field. | varchar | 40 | ||||
CS_USER_03 | User-defined field. | varchar | 40 | ||||
CS_USER_04 | User-defined field. | varchar | 40 | ||||
CS_USER_05 | User-defined field. | varchar | 40 | ||||
CS_USER_06 | User-defined field. | varchar | 40 | ||||
CS_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 |
---|---|---|---|
COMPSTEP_PK | |||
CS_COMPONENT_IDX |