alter table 表名 modify column 字段名 类型;
alter table 表名 drop column 字段名