Compare commits
2 Commits
456913e5bf
...
cada4dbe49
Author | SHA1 | Date | |
---|---|---|---|
cada4dbe49 | |||
96506b8f26 |
@ -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 '积分记录表';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user