Due to a bug in MySQL we need to drop the unique index, change the field to...
Due to a bug in MySQL we need to drop the unique index, change the field to varchar then reaply the index otherwise latin1 encodings can cause a constraint error to occur. This only affects the conversion of enum to varchar
Please register or sign in to comment