Compare commits
No commits in common. "cada4dbe4984f3cbaa231983b37369b08eda6c95" and "456913e5bfa2782d29e6fcd6a94d076b1c5e0720" have entirely different histories.
cada4dbe49
...
456913e5bf
@ -31,7 +31,7 @@ create table point_record
|
|||||||
point int(10) not null,
|
point int(10) not null,
|
||||||
current_total_point int(10) not null,
|
current_total_point int(10) not null,
|
||||||
reason varchar(100) not null,
|
reason varchar(100) not null,
|
||||||
valid_time datetime default current_timestamp,
|
valid_time datetime null,
|
||||||
expire_time datetime null
|
expire_time datetime null
|
||||||
) engine = innodb comment '积分记录表';
|
) engine = innodb comment '积分记录表';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user