在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;
~                                                                                   

 

相关文章:

  • 2021-12-08
  • 2021-11-17
  • 2021-12-08
  • 2021-11-20
  • 2021-12-08
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
猜你喜欢
  • 2021-11-27
  • 2021-10-19
  • 2021-11-30
  • 2021-11-28
  • 2021-11-17
  • 2021-11-20
  • 2021-11-30
相关资源
相似解决方案