mysql modify column

alter table yourtable modify column yourcolumn varchar( 2000  );
原文地址:https://www.cnblogs.com/allenhaozi/p/4507158.html