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