add cate show
This commit is contained in:
parent
bb65944358
commit
bfef0ae805
2
1752028195_table_article_category_add_is_show.up.sql
Normal file
2
1752028195_table_article_category_add_is_show.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ufutx_article_category`
|
||||
ADD COLUMN `is_show` tinyint(4) default 0 comment "是否显示,0:否,1:是" after `sort`
|
Loading…
Reference in New Issue
Block a user