Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword ENUM

Enum type for columns.

Syntax:

    CREATE TABLE table (
        columnid ENUM(value1, ...)
    );
Clone this wiki locally