From bfef0ae805720c4ba009978d9a77a96ebebe8aab Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 9 Jul 2025 10:31:51 +0800 Subject: [PATCH] add cate show --- 1752028195_table_article_category_add_is_show.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1752028195_table_article_category_add_is_show.up.sql diff --git a/1752028195_table_article_category_add_is_show.up.sql b/1752028195_table_article_category_add_is_show.up.sql new file mode 100644 index 0000000..83f02a3 --- /dev/null +++ b/1752028195_table_article_category_add_is_show.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_article_category` +ADD COLUMN `is_show` tinyint(4) default 0 comment "是否显示,0:否,1:是" after `sort` \ No newline at end of file