Commit 117936aa by mercymodest

feat: add category_status field to t_user_calendar_categories for item visibility control

parent 881df1eb
# 增加状态字段 # 增加状态字段
# 增加状态字段 # 增加状态字段
alter table t_user_calendar_categories # 执行时间: 2025-0918 15:00
add category_status tinyint default 0 null comment '0:正常显示 1:事项隐藏 default:0'; # 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