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