The ENUM table is used to easily translate column numeric types to their meanings and lists ENUM values for columns in the history database.
Table D.20. v3_0_enum_translator_view
| Name | Type | Description |
|---|---|---|
| enum_type | varchar(40) | The type of ENUM. |
| enum_key | smallint | The key of the ENUM. |
| value | varchar(40) | The value of the ENUM. |