reply cate add sort

This commit is contained in:
Hankin 2025-05-22 10:04:28 +08:00
parent 47c8d91605
commit 29ef0e7868

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_quick_reply_cate`
ADD COLUMN `sort` int DEFAULT 0 COMMENT "排序" after `name`