修改主键为自增

alter table table_name  change id id bigint unsigned auto_increment;

原文地址:https://www.cnblogs.com/igoodful/p/11661445.html