alter table hwinfo add id int not null primary key Auto_increment first;
ALTER table hwinfo change `test1` `tese1` varchar(100) after `test2` #将test1字段调整到test2后面