2 lines
101 B
MySQL
2 lines
101 B
MySQL
|
ALTER TABLE `ufutx_quick_reply`
|
||
|
ADD COLUMN `cate_id` int DEFAULT 0 COMMENT "分类id" after `user_id`
|