alter table table_name add wages int(32) nou null;添加
alter table table_name modify c char(10);修改
alter table table_name drop i;删除
alter table table_name add wages int(32) nou null;添加
alter table table_name modify c char(10);修改
alter table table_name drop i;删除