2 lines
95 B
MySQL
2 lines
95 B
MySQL
|
ALTER TABLE `ufutx_exam_answer`
|
||
|
ADD COLUMN `during` int NOT NULL COMMENT "用时" after `score`
|