From b3df718964fecf729f07bc828f795c7402fecbaf Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 14 Apr 2025 17:13:45 +0800 Subject: [PATCH] reply add att --- 1744619195_table_quick_reply_add_attribute.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1744619195_table_quick_reply_add_attribute.up.sql 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