Mysql修改字段长度

alter table '表名' modify  column '列名' varchar(50);
原文地址:https://www.cnblogs.com/duwenlei/p/6020247.html