增加主键id并自增alter table hwinfo add id int not null primary key Auto_increment first;
调整字段顺序ALTER table hwinfo change `
2020-07-02