创建unique索引
alter table test add unique index (`key`);
删除key键unique索引
alter table test drop index `key`;
MySQL创建和删除唯一索引(unique key)
阅读 52
2022-08-03
创建unique索引
alter table test add unique index (`key`);
删除key键unique索引
alter table test drop index `key`;
相关推荐
精彩评论(0)