数据库基本操作

MySQL字段改名

ALTER TABLE `tbl`
CHANGE COLUMN `col_old` `col_new`  int(10);
posted @ 2017-01-18 17:32  Cheevar  阅读(156)  评论(0)    收藏  举报