如何在MySQL中删除表中指定列的唯一键?

语法结构如下:

alter table table_name drop  index column_name;

知道的越多,不知道的越多
原文地址:https://www.cnblogs.com/fsq-mysql/p/10475714.html