Merge branch 'master' of git.wm-app.xyz:project/point_sys_api

This commit is contained in:
LittleBoy 2022-11-24 08:57:19 +08:00
commit cada4dbe49

View File

@ -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 '商品表';