add cate show

This commit is contained in:
Hankin 2025-07-09 10:31:51 +08:00
parent bb65944358
commit bfef0ae805

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_article_category`
ADD COLUMN `is_show` tinyint(4) default 0 comment "是否显示,0:否,1:是" after `sort`