Do your columns contain Unicode Characters?
Want to work out if any of your columns contain Unicode Characters?
Something.where('LENGTH(data) != CHAR_LENGTH(data)').first
Want to work out if any of your columns contain Unicode Characters?
Something.where('LENGTH(data) != CHAR_LENGTH(data)').first