exam answer add final score
This commit is contained in:
parent
89cef90683
commit
f4a32245bf
2
1745826440_table_exam_answer_add_final_score.up.sql
Normal file
2
1745826440_table_exam_answer_add_final_score.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ufutx_exam_answer`
|
||||
ADD COLUMN `final_score` int DEFAULT NULL COMMENT "最终分数" after `score`
|
4
1745828116_table_exam_paper_add_score_time.up.sql
Normal file
4
1745828116_table_exam_paper_add_score_time.up.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE `ufutx_exam_paper`
|
||||
ADD COLUMN `score_time` timestamp null DEFAULT null COMMENT "查看分数时间" after `config`,
|
||||
ADD COLUMN `end_time` timestamp null DEFAULT null COMMENT "结束时间" after `config`,
|
||||
ADD COLUMN `start_time` timestamp null DEFAULT null COMMENT "开始时间" after `config`
|
Loading…
Reference in New Issue
Block a user