What this error means
DUPLICATE_ENUM_VALUE means an ENUM column definition contains the same value more than once. This can include duplicate empty-string values.
A common error message is:
Fix MySQL enum definitions that repeat the same enum value.
DUPLICATE_ENUM_VALUE means an ENUM column definition contains the same value more than once. This can include duplicate empty-string values.
A common error message is: