alter table TAB modify COL ; //更改字段alter table TAB add COL; //增加字段alter table TAB drop column COL; //删除字段