chore: 删除无用数据库字段

This commit is contained in:
BenjaminNH 2025-07-04 13:23:36 +08:00
parent 95f4d10901
commit 674f320424

View File

@ -39,7 +39,6 @@ CREATE TABLE teams
( (
id BIGINT PRIMARY KEY AUTO_INCREMENT, id BIGINT PRIMARY KEY AUTO_INCREMENT,
name VARCHAR(100) NOT NULL, name VARCHAR(100) NOT NULL,
leader_id BIGINT,
created_time DATETIME DEFAULT CURRENT_TIMESTAMP created_time DATETIME DEFAULT CURRENT_TIMESTAMP
); );