alter table app01_useinfo drop id; alter table app01_useinfo add id int(3) not null primary key auto_increment first;