Commit d928c74f by mercymodest

feat:- add sql

parent b2dbdd66
alter table t_events alter table t_events
...@@ -39,4 +39,7 @@ CREATE TABLE t_misc_event_records ( ...@@ -39,4 +39,7 @@ CREATE TABLE t_misc_event_records (
INDEX idx_device_id (device_id), INDEX idx_device_id (device_id),
INDEX idx_origin_event_id (origin_event_id), INDEX idx_origin_event_id (origin_event_id),
INDEX idc_start_datetime (start_datetime) INDEX idc_start_datetime (start_datetime)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='杂物完成记录表'; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='杂物完成记录表';
\ No newline at end of file
create index sys_oper_log_title_index
on sys_oper_log (title);
\ 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