首页 > 其他 > 详细

修改emlog表字段名称

时间:2014-10-02 21:06:43      阅读:271      评论:0      收藏:0      [点我收藏+]

在em_twitter表中增加一个字段。

1,添加一个字段isImportant
alter table em_twitter add isImprotant int(4) not null default 0;
2,把字段isImprotant 改成isImportant
alter table em_twitter modify column isImprotant int(4) not null default 0;
~                                                                                   

 

修改emlog表字段名称

原文:http://www.cnblogs.com/wangkongming/p/4004420.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!