Description
Columns
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula |
---|
| ENV_ID | The record ID. | int | 4 | | | |
| ENV_NAME | The name of the item. | varchar | 255 |  | | |
| ENV_DESCRIPTION | A free text description of this item. | varchar | 16 |  | | |
| ENV_OS | The operating system. | varchar | 70 |  | | |
| ENV_BROWSER | The web browser. | varchar | 70 |  | | |
| ENV_HAS_ATTACHMENTS | Y if this item has attachments. | varchar | 1 |  | | |
| ENV_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | | | |
| ENV_USER_01 | User-defined field. | varchar | 40 |  | | |
Indexes
Triggers
Objects that depend on td.ENVIRONMENTS
Objects that td.ENVIRONMENTS 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