记得上下班打卡 | git大法好,push需谨慎

Commit 93671cf6 authored by 张国柄's avatar 张国柄

opt;

parent 2af36eaf
...@@ -274,7 +274,7 @@ create table candy_user_coupon ...@@ -274,7 +274,7 @@ create table candy_user_coupon
( (
mid bigint unsigned auto_increment primary key, mid bigint unsigned auto_increment primary key,
ucoupon_id varchar(64) not null, ucoupon_id varchar(64) not null,
mcoupon_id varchar(64) not null comment '~candy_mgt_coupon.mcoupon_id', mcoupon_id varchar(64) comment '~candy_mgt_coupon.mcoupon_id',
uid varchar(64) not null comment '~adam_user.uid', uid varchar(64) not null comment '~adam_user.uid',
coupon_id varchar(64) not null comment '~candy_coupon.coupon_id', coupon_id varchar(64) not null comment '~candy_coupon.coupon_id',
state tinyint comment '用户券状态[1-可用|2-无效|3-已过期|5-已使用]', state tinyint comment '用户券状态[1-可用|2-无效|3-已过期|5-已使用]',
......
...@@ -110,7 +110,7 @@ create table candy_user_coupon ...@@ -110,7 +110,7 @@ create table candy_user_coupon
( (
mid bigint unsigned auto_increment primary key, mid bigint unsigned auto_increment primary key,
ucoupon_id varchar(64) not null, ucoupon_id varchar(64) not null,
mcoupon_id varchar(64) not null comment '~candy_mgt_coupon.mcoupon_id', mcoupon_id varchar(64) comment '~candy_mgt_coupon.mcoupon_id',
uid varchar(64) not null comment '~adam_user.uid', uid varchar(64) not null comment '~adam_user.uid',
coupon_id varchar(64) not null comment '~candy_coupon.coupon_id', coupon_id varchar(64) not null comment '~candy_coupon.coupon_id',
state tinyint comment '用户券状态[1-可用|2-无效|3-已过期|5-已使用]', state tinyint comment '用户券状态[1-可用|2-无效|3-已过期|5-已使用]',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment