创建unique索引

alter table test add unique index (`key`); 

删除key键unique索引

alter table test drop index `key`;