日期:2014-05-16 浏览次数:20640 次
修改表字段名格式如下:
alter table 表名 change column 旧字段名 新字段名 [约束条件];
alter table MESSAGE change column LeaveMessageTime CREATED_TIME timestamp;