码迷,mamicode.com
首页 > 其他好文 > 详细

修改emlog表字段名称

时间:2014-10-02 22:30:33      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   c   log   r   ad   

在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表字段名称

标签:style   blog   color   sp   div   c   log   r   ad   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!