Commit 85c1c3ba by mercymodest

feat: add category_status field to t_user_calendar_categories for visibility control

parent 21e27203
# 增加状态字段
# 增加状态字段
alter table t_user_calendar_categories
add category_status tinyint default 0 null comment '0:正常显示 1:事项隐藏 default:0';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment