3 lines
111 B
MySQL
3 lines
111 B
MySQL
|
ALTER TABLE `ufutx_question`
|
||
|
ADD COLUMN `sort` int default 0 COMMENT "排序 越小越靠前" after `content`
|