Commit d928c74f by mercymodest

feat:- add sql

parent b2dbdd66
alter table t_events alter table t_events
...@@ -40,3 +40,6 @@ CREATE TABLE t_misc_event_records ( ...@@ -40,3 +40,6 @@ CREATE TABLE t_misc_event_records (
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='杂物完成记录表';
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