Associations between requirements.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | 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 | ![]() |