Commit 2e909cb6 by mercymodest

feat:- add sql

parent 547d6f79
alter table t_events alter table t_events
alter table t_events alter table t_events
add init_event_recurrence_rules_id BIGINT null comment '初始重复规则ID,即这个事项最先开始是由什么重复规则生成的'; add init_event_recurrence_rules_id BIGINT null comment '初始重复规则ID,即这个事项最先开始是由什么重复规则生成的';
alter table t_events
add is_reminded_on_device 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