feat: 基站状态补充randId字段信息

This commit is contained in:
TsMask
2025-10-23 14:13:54 +08:00
parent bbbbd626fb
commit bf9820a224
10 changed files with 93 additions and 42 deletions

View File

@@ -12,6 +12,7 @@ CREATE TABLE "nb_state" (
"name" text(64),
"position" text(64),
"nb_name" text(128),
"nb_id" integer,
"state" text(12),
"time" text(64),
PRIMARY KEY ("id")