Data Types MySQL Tutorial

A column specified as ENUM('one', 'two', 'three') can have any of the values shown here
The index of each value is also shown:
ValueIndex
NULLNULL
''0
'one'1
'two'2
'three'3