Commit 96e9bf44 by mercymodest

feat:- add sql

parent 7f04c1fa
alter table t_events
alter table t_events
......@@ -4,3 +4,6 @@ alter table t_events
alter table t_events
add ex_date text null comment 'EXDATE(RFC 5545),重复事项排除日期';
create index t_event_category_relations_event_id_index
on t_event_category_relations (event_id);
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