The em_enumerationmember contains the enumeration values for the corresponding enumeration types.
Name | Type | Allow Null | Description |
---|---|---|---|
em_recno | integer | No | Primary key. |
em_en_recno | integer | No | Foreign key referencing the corresponding enumeration in the en_enumeration table. |
em_value | varchar(32) | No | The value of the enumeration member. Normally presented to the users. |
em_description | varchar(128) | Yes | Optional enumeration member description. |