在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; ~
时间: 2024-11-05 06:30:08
在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; ~