Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

ENUM

Enum type for columns.

Syntax:

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