数据库基本操作

MySQL字段改名

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