Merge branch 'master' of git.wm-app.xyz:project/point_sys_api
This commit is contained in:
commit
cada4dbe49
@ -43,3 +43,8 @@ create table sign_record
|
|||||||
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