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