utf8_unicode_ci is de sortering, je hebt de tekenset nodig als utf8 als voorbeeld:
CREATE TABLE someTable DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;
Zoals Adrienne stelt in hun antwoord hier :
utf8_unicode_ci is de sortering, je hebt de tekenset nodig als utf8 als voorbeeld:
CREATE TABLE someTable DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;
Zoals Adrienne stelt in hun antwoord hier :