Enumerated Types

I am using MySQL which supports the ENUM and SET datatypes, how do I specify these in Database Design Studio?

Database Design Studio (DDS) is preconfigured to support the MySQL ENUM datatype. The SET datatype can easily be added using one of the USER datatypes.

To specify the list of values for the ENUM type, you use the Precision field of the attributes editor as shown below:

The similar principle applies to the Domains dialog:

See also: Adding New Datatypes