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 (