diff --git a/1744619195_table_quick_reply_add_attribute.up.sql b/1744619195_table_quick_reply_add_attribute.up.sql new file mode 100644 index 0000000..951685c --- /dev/null +++ b/1744619195_table_quick_reply_add_attribute.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_quick_reply` +ADD COLUMN `attribute` text DEFAULT NULL COMMENT "属性" after `content_type` \ No newline at end of file