Commit 6f18f2c2 by mercymodest

feat:- add sql

parent 3a582fbd
alter table t_device_group
alter table t_device_group
......@@ -4,3 +4,5 @@ alter table t_device_group
alter table t_questionnaire
modify questionnaire_name varchar(200) not null comment '问卷名称';
create index t_events_is_from_parse_ics_index
on t_events (is_from_parse_ics);
\ No newline at end of file
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