chore: 删除无用数据库表
This commit is contained in:
parent
e7fbef58a1
commit
91492960f7
@ -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
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user