Commit be857f2a by mercymodest

feat:- add sql

parent eb01cc71
alter table t_events
alter table t_events
......@@ -122,4 +122,8 @@ CREATE TABLE `t_third_party_calendar_device` (
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COMMENT = '授权日历设备关联表';
CREATE INDEX idx_third_party_calendar_auth_id ON t_third_party_calendar_device(third_party_calendar_auth_id);
CREATE INDEX idx_device_id ON t_third_party_calendar_device(device_id);
\ No newline at end of file
CREATE INDEX idx_device_id ON t_third_party_calendar_device(device_id);
alter table t_third_party_calendar_list
add device_id BIGINT null comment '设备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