From 456913e5bfa2782d29e6fcd6a94d076b1c5e0720 Mon Sep 17 00:00:00 2001 From: LittleBoy Date: Thu, 24 Nov 2022 08:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'api/src/main/resources/db?= =?UTF-8?q?.sql'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LittleBoy --- api/src/main/resources/db.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/src/main/resources/db.sql b/api/src/main/resources/db.sql index c38fc6c..09f2a3a 100644 --- a/api/src/main/resources/db.sql +++ b/api/src/main/resources/db.sql @@ -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 '打卡记录表'; \ No newline at end of file +) engine = innodb comment '打卡记录表'; + +create table goods +( + +) engine = innodb comment '商品表'; \ No newline at end of file