Description
Columns
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula |
| RES_ID | The record ID. | int | 4 | | | |
| RES_NAME | The name of the item. | varchar | 255 | | | |
| RES_TYPE | A value from the "Result Type" project list. | varchar | 40 | | | |
| RES_DESCRIPTION | A free text description of this item. | varchar | 16 | | | |
| RES_MODIFIED_BY | The user who last changed this item. | varchar | 60 | | | |
| RES_RUN_ID | The RUN.RN_RUN_ID of the results owner. | int | 4 | | | |
| RES_VTS | The version time stamp. | varchar | 20 | | | |
| RES_VER_STAMP | The version number of this record. | int | 4 | | | |
Indexes
Objects that depend on td.RESULTS
Objects that td.RESULTS depends on
| Database Object | Object Type | Description | Dep Level |
| td.AUDIT_LOG | Table | Events on which history is recorded. | 1 |
| td.AUDIT_PROPERTIES | Table | Details of the changes recorded in the AUDIT_LOG table. | 1 |
See Also