sql: 更新数据库表

This commit is contained in:
TsMask
2025-07-15 18:53:04 +08:00
parent be7da57171
commit 45098970b6
38 changed files with 1193 additions and 195 deletions

View File

@@ -10,8 +10,8 @@ CREATE TABLE "alarm_forward_log" (
"alarm_id" text(32),
"alarm_code" integer(11),
"alarm_title" text(255),
"alarm_status" text(10),
"alarm_type" text(10),
"alarm_status" text(64),
"alarm_type" text(64),
"orig_severity" text(10),
"event_time" integer(20),
"created_at" integer(20),