mysql修改字段

修改数据库字段命令如下

alter table tablesName  modify column columnName varchar(130);

原文地址:https://www.cnblogs.com/happen-/p/8249890.html