Files
cunkebao_v3/Server/sql_add_group_welcome_messages.sql
2026-01-09 17:05:17 +08:00

5 lines
184 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 为入群欢迎语表添加 messages 字段
ALTER TABLE `ck_workbench_group_welcome`
ADD COLUMN `messages` JSON NULL COMMENT '欢迎消息列表JSON数组' AFTER `interval`;