ALTER TABLE `communities` ADD `slug` varchar(255) CHARACTER SET ascii COLLATE ascii_bin DEFAULT NULL AFTER `id`, ADD UNIQUE `slug` (`slug`);