1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
alter table customer_grid |
||||
|
add column ABANDON_FLAG TINYINT(1) default '0' |
||||
|
comment '弃用:1;正常使用:0' after SYNC_FLAG; |
Loading…
Reference in new issue