更新 'api/src/main/resources/db.sql'
Signed-off-by: LittleBoy <yaclty@noreply.xxpc.xyz>
This commit is contained in:
parent
5a9036250d
commit
456913e5bf
@ -42,4 +42,9 @@ create table sign_record
|
||||
point int(10) not null,
|
||||
ip varchar(50) not null,
|
||||
create_time datetime default current_timestamp
|
||||
) engine = innodb comment '打卡记录表';
|
||||
) engine = innodb comment '打卡记录表';
|
||||
|
||||
create table goods
|
||||
(
|
||||
|
||||
) engine = innodb comment '商品表';
|
Loading…
x
Reference in New Issue
Block a user