2.修改某一字段的数据类型
alter table "tablename" modify "column" "type"
3.更改字段名
alter table "tablename" change column col_old col_new "type"
自我提升mysql
原文:http://www.cnblogs.com/red-fox-qhq/p/3929114.html