修改表中的字段名或者字段的数据类型 alter table tablename change columnname newcolumnname type;
alter table tablename change columnname newcolumnname type;
相关文章推荐: