添加:

alter table `sunhaibing` Add(name Char(8) not null default '' Before ename);

删除:

alter table `sunhaibing` drop column name;

修改

alter table `sunhaibing` modify column name text;