修改表字段名格式如下:
alter table 表名 change column 旧字段名 新字段名 [约束条件];
alter table MESSAGE change column LeaveMessageTime CREATED_TIME timestamp;
修改表字段名格式如下:
alter table 表名 change column 旧字段名 新字段名 [约束条件];
alter table MESSAGE change column LeaveMessageTime CREATED_TIME timestamp;
235
3912
5337

被折叠的 条评论
为什么被折叠?
