Commit c2161ada by mercymodest

feat:- add sql

parent 82d31368
alter table t_events
alter table t_events
......@@ -170,6 +170,11 @@ create index t_events_event_record_id_index
alter table t_events
add sync_event_color varchar(20) null comment '事项颜色(Google Calendar 同步的分类事日历,但是可以设置不同的事项颜色)';
alter table t_events
add sync_calendar_name varchar(100) null comment '第三方日历名称 (Google Calendar/Outlook Calendar)';
......
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