mysql 更改字段名

alter table tablename change old_column new_column int(11) not null

原文地址:https://www.cnblogs.com/cyanqx/p/3909270.html