2 lines
94 B
MySQL
2 lines
94 B
MySQL
|
ALTER TABLE `ufutx_exam_paper`
|
||
|
ADD COLUMN `sort` int DEFAULT 0 COMMENT "排序" after `qrcode`
|