更新 'api/src/main/resources/db.sql'

Signed-off-by: LittleBoy <yaclty@noreply.xxpc.xyz>
This commit is contained in:
LittleBoy 2022-11-24 08:55:11 +08:00
parent 5a9036250d
commit 456913e5bf

View File

@ -42,4 +42,9 @@ create table sign_record
point int(10) not null, point int(10) not null,
ip varchar(50) not null, ip varchar(50) not null,
create_time datetime default current_timestamp create_time datetime default current_timestamp
) engine = innodb comment '打卡记录表'; ) engine = innodb comment '打卡记录表';
create table goods
(
) engine = innodb comment '商品表';