ALTER TABLE `TableName` DROP INDEX `INDEX_NAME`;ALTER TABLE `TableName` ADD UNIQUE INDEX_NAME(`COLUMN`);