alter table 表名add 字段名 字段类型比如向test表添加一列 int型的字段 id语句为alter table testadd id int
alter table 表名 add 字段名 数据类型