|
|
|
@@ -1,3 +1,3 @@ |
|
|
|
alter table `wx_shop` |
|
|
|
add column 'business' int(11) default 0 COMMENT '预置业态', |
|
|
|
add column 'rent' bigint(12) default 0 COMMENT '参与租金'; |
|
|
|
add column business int(11) default 0 COMMENT '预置业态', |
|
|
|
add column rent bigint(12) default 0 COMMENT '参与租金'; |