2 lines
100 B
SQL
2 lines
100 B
SQL
ALTER TABLE `ufutx_question`
|
|
ADD COLUMN `category_id` INT default NULL COMMENT "分类id" after `id` |