|
|
|
@@ -0,0 +1,8 @@ |
|
|
|
alter table wx_campaign |
|
|
|
add column `person_limit` int(11) DEFAULT 0 COMMENT '报名人数', |
|
|
|
add column `activity_time` datetime COMMENT '活动时间', |
|
|
|
add column `use_credit` smallint(2) DEFAULT 0 COMMENT '使用积分1是0否', |
|
|
|
add column `credit` int(11) DEFAULT 0 COMMENT '消耗积分', |
|
|
|
add column `question` json NOT NULL COMMENT '问题', |
|
|
|
add column `is_expired` smallint(2) DEFAULT 0 COMMENT '是否过期1是0否', |
|
|
|
add column `activity_type` smallint(2) DEFAULT 1 COMMENT '活动类型1直接投放2限时投放'; |