演示远程和本地分支内容不同的合并

This commit is contained in:
LittleBoy 2022-11-24 08:56:46 +08:00
parent 5a9036250d
commit 96506b8f26

View File

@ -31,7 +31,7 @@ create table point_record
point int(10) not null,
current_total_point int(10) not null,
reason varchar(100) not null,
valid_time datetime null,
valid_time datetime default current_timestamp,
expire_time datetime null
) engine = innodb comment '积分记录表';