2 lines
105 B
SQL
2 lines
105 B
SQL
ALTER TABLE `ufutx_exam_cert_log`
|
|
ADD COLUMN `answer_id` int NOT NULL COMMENT "答题id" after `paper_id` |