| Project Data Tables Database > td Schema : td.COMPONENT_STEP_PARAMS Table |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| CSP_ID | The record ID. | int | 4 | |||
| CSP_STEP_ID | The component step, identified with COMPONENT_STEP.CS_STEP_ID | int | 4 | ||||
| CSP_PARAM_ID | The parameter, identified with FRAMEWORK_PARAM.FP_ID | int | 4 | ||||
| CSP_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 |
|---|---|---|---|
| COMP_STEP_PARAMS_PK | ![]() | ![]() | |
| COMPONENT_PARAM_IDX | |||
| COMPONENT_STEP_IDX |