ALTER TABLE `users` ADD `username` VARCHAR(255) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL AFTER `email`, ADD UNIQUE `username` (`username`);