From 674f32042409933d73c503d9ed8572906972520b Mon Sep 17 00:00:00 2001 From: BenjaminNH <1249376374@qq.com> Date: Fri, 4 Jul 2025 13:23:36 +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=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/equip_reserve.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/db/equip_reserve.sql b/db/equip_reserve.sql index 05e81c0..863fa07 100644 --- a/db/equip_reserve.sql +++ b/db/equip_reserve.sql @@ -39,7 +39,6 @@ CREATE TABLE teams ( id BIGINT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(100) NOT NULL, - leader_id BIGINT, created_time DATETIME DEFAULT CURRENT_TIMESTAMP );