mysql 删除主键及自增属性

Alter table `m_datamonitorbak` drop primary key,change id id int(11)
原文地址:https://www.cnblogs.com/xgw2004058/p/2081453.html