alter table sales drop id;
ALter table sales add id int(6) PRIMARY key not null auto_increment FIRST;
转载于:https://www.cnblogs.com/caimuqing/p/9002630.html
alter table sales drop id;
ALter table sales add id int(6) PRIMARY key not null auto_increment FIRST;
转载于:https://www.cnblogs.com/caimuqing/p/9002630.html