Commit 15e63c58 by mercymodest

feat:- add sql

parent c2161ada
alter table t_events
alter table t_events
......@@ -174,6 +174,11 @@ alter table t_events
add sync_calendar_name varchar(100) null comment '第三方日历名称 (Google Calendar/Outlook Calendar)';
alter table t_events
add source_type tinyint null comment '第三方日历类型,0:表示Google,1:表示Outlook';
......
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