bashaowei

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

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

alter table table_name drop i;删除

分类:

技术点:

相关文章: