Use utf8 in items

This commit is contained in:
Alejandro 2019-08-01 20:45:08 +03:00
parent db8987678f
commit e2577f8894

View File

@ -49,3 +49,5 @@ ADD COLUMN `limit` int(11) NOT NULL DEFAULT -1;
ALTER TABLE `users_pets`
ADD COLUMN `mp_is_dead` tinyint(1) NOT NULL DEFAULT 0;
ALTER TABLE `items` CHARACTER SET = utf8, COLLATE = utf8_general_ci;