diff --git a/src/main/resources/sql/20260313-001.sql b/src/main/resources/sql/20260313-001.sql index 24b2531..1698238 100644 --- a/src/main/resources/sql/20260313-001.sql +++ b/src/main/resources/sql/20260313-001.sql @@ -233,6 +233,7 @@ create table dner_daily_power_outage_event_sync ( id bigint unsigned auto_increment comment '主键ID' primary key, + event_id BIGINT(20) NOT NULL COMMENT '关联事件ID', date_time varchar(32) not null comment '日期(yyyy-mm-dd)', sync_status int default 1 not null comment '同步状态 1 全部同步 2部分同步', error_msg text null comment '同步失败原因',