From 91492960f758c9ffe12be940347b2805719f5811 Mon Sep 17 00:00:00 2001 From: BenjaminNH <1249376374@qq.com> Date: Wed, 2 Jul 2025 23:15:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/equip_reserve.sql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/db/equip_reserve.sql b/db/equip_reserve.sql index 79349ae..05e81c0 100644 --- a/db/equip_reserve.sql +++ b/db/equip_reserve.sql @@ -43,14 +43,6 @@ CREATE TABLE teams created_time DATETIME DEFAULT CURRENT_TIMESTAMP ); --- 团队成员表 -CREATE TABLE team_members -( - team_id BIGINT NOT NULL, - user_id BIGINT NOT NULL, - PRIMARY KEY (team_id, user_id) -); - -- 设备表 CREATE TABLE devices (