mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
1 line
127 B
SQL
1 line
127 B
SQL
ALTER TABLE `realmd`.`account` CHANGE `username` `username` VARCHAR( 32 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
|