ALTER TABLE `table_name` CHANGE `old_name` `new_name` VARCHAR(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;