1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
alter table resi_group add column AUDIT_SWITCH varchar(32) not null DEFAULT'open' COMMENT '进组审核open开启;close关闭'; |
|||
|
|||
|
|||
alter table group_invitation add column INVITATION_TYPE VARCHAR(32) NOT NULL DEFAULT 'link' comment '邀请链接:link;扫码:scan_code'; |
Loading…
Reference in new issue