Commit 55a57482 by mercymodest

feat:- add sql

parent e56dea88
alter table t_events
alter table t_events
......@@ -4,3 +4,8 @@ alter table t_events
alter table t_events
add is_reminded_on_device TINYINT default 0 null comment '事项是否已经在终端提醒 0:未提醒 1:已提醒 default:0';
alter table t_user_device
add visibility_status tinyint(1) default 0 null comment '是否隐藏 0:否 1:是 默认: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