2 lines
111 B
MySQL
2 lines
111 B
MySQL
|
ALTER TABLE `ufutx_quick_reply`
|
||
|
ADD COLUMN `attribute` text DEFAULT NULL COMMENT "属性" after `content_type`
|