feat: UDM用户数据添加创建时间字段

This commit is contained in:
TsMask
2025-09-25 15:37:13 +08:00
parent cb7e7f574b
commit 17048e7248
24 changed files with 261 additions and 46 deletions

View File

@@ -4,8 +4,9 @@
DROP TABLE IF EXISTS "udm_auth";
CREATE TABLE "udm_auth" (
"id" integer NOT NULL,
"imsi" text(50) NOT NULL,
"create_time" integer,
"ne_id" text(50),
"imsi" text(50) NOT NULL,
"amf" text(50),
"status" text(50),
"ki" text(50),