diff --git a/DB/version4.2.5toMASTER.sql b/DB/version4.2.5toMASTER.sql index a57e2b6c..1a211ecd 100644 --- a/DB/version4.2.5toMASTER.sql +++ b/DB/version4.2.5toMASTER.sql @@ -1,3 +1,6 @@ + +/** 优惠券活动增加领取周期字段 **/ +ALTER TABLE li_coupon_activity ADD coupon_frequency_enum varchar(255) COMMENT '领取周期'; -- 会员优惠券标识 CREATE TABLE `li_member_coupon_sign` ( `id` bigint NOT NULL,