When I have a table with an ENUM column, and I insert like this:
ENUM
UPDATE table SET enum_col = \'enum_value\';
this works fine, bu