feat: UDM用户数据添加创建时间字段
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
DROP TABLE IF EXISTS "udm_sub";
|
||||
CREATE TABLE "udm_sub" (
|
||||
"id" integer NOT NULL,
|
||||
"create_time" integer,
|
||||
"ne_id" text(50),
|
||||
"imsi" text(50) NOT NULL,
|
||||
"msisdn" text(50),
|
||||
"ne_id" text(50),
|
||||
"am_dat" text(1500),
|
||||
"ambr" text(50),
|
||||
"nssai" text(50),
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
DROP TABLE IF EXISTS "udm_voip";
|
||||
CREATE TABLE "udm_voip" (
|
||||
"id" integer NOT NULL,
|
||||
"create_time" integer,
|
||||
"ne_id" text(50),
|
||||
"username" text(50),
|
||||
"password" text(128),
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
DROP TABLE IF EXISTS "udm_volte_ims";
|
||||
CREATE TABLE "udm_volte_ims" (
|
||||
"id" integer NOT NULL,
|
||||
"create_time" integer,
|
||||
"ne_id" text(50),
|
||||
"imsi" text(50) NOT NULL,
|
||||
"msisdn" text(50),
|
||||
"ne_id" text(50),
|
||||
"tag" text(50),
|
||||
"vni" text(128),
|
||||
PRIMARY KEY ("id")
|
||||
|
||||
Reference in New Issue
Block a user