You need to sign in or sign up before continuing.
-
Andy Yates authored
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
Andy Yates authoredDue 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
Loading