创建unique索引
alter table test add unique index (`key`);
删除key键unique索引
alter table test drop index `key`;
微信扫一扫
创建unique索引
alter table test add unique index (`key`);
删除key键unique索引
alter table test drop index `key`;
相关推荐