I would like to use some Unicode 6.0 special characters (like thumbs-up and thumbs-down) in my Prestashop database, I get an error
Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'concat'
Will it work if I change the columns interclasation to utf8mb4_unicode_ci? Will there be any other consequences by doing so, like error or malfunctioning of the store?
What do you guys think?