【MySQL】表格里面添加新的列

alter table table_name add wages int(32) nou null;添加

alter table table_name modify c char(10);修改

alter table table_name drop i;删除

posted @ 2018-04-25 17:55  foreverlove~  阅读(2524)  评论(0编辑  收藏  举报