统计面板继续迭代

This commit is contained in:
2025-12-23 00:35:57 +08:00
parent 24984796cf
commit e2a1555b46
15 changed files with 875 additions and 251 deletions

View File

@@ -56,6 +56,7 @@ CREATE TABLE exam_tasks (
subject_id TEXT NOT NULL,
start_at DATETIME NOT NULL,
end_at DATETIME NOT NULL,
selection_config TEXT,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
FOREIGN KEY (subject_id) REFERENCES exam_subjects(id)
);