Project Data Tables Database > td Schema : td.REQ_TRACE Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
RT_TRACE_ID | The record ID. | int | 4 | ||||
RT_FROM_REQ_ID | The ID of the requirement from which the trace is made to the item specified by RT_TO_REQ_ID. | int | 4 | ||||
RT_TO_REQ_ID | The dependent target of the trace from the requirement specified with RT_FROM_REQ_ID. | int | 4 | ||||
RT_CREATED_BY | The user name of the user who created the record. | varchar | 60 | ||||
RT_CREATION_DATE | Record creation date according to database server. | datetime | 4 | ||||
RT_COMMENT | Description of trace. | varchar | 255 | ||||
RT_VTS | The version time stamp. Indicates the time this record was last changed according to the database server. | varchar | 20 |
Index | Description | Primary | Unique |
---|---|---|---|
RT_CREATION_DATE_IDX | |||
RT_FROM_IDX | |||
RT_FROM_TO_IDX | |||
RT_PRIMARYKEY | |||
RT_TO_IDX | |||
RT_VTS_IDX |