Merge branch 'master' of git.wm-app.xyz:project/point_sys_api
This commit is contained in:
commit
cada4dbe49
@ -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 '商品表';
|
Loading…
x
Reference in New Issue
Block a user