migrate/1744619195_table_quick_reply_add_attribute.up.sql

2 lines
111 B
MySQL
Raw Normal View History

2025-04-14 17:13:45 +08:00
ALTER TABLE `ufutx_quick_reply`
ADD COLUMN `attribute` text DEFAULT NULL COMMENT "属性" after `content_type`