feat: UDM用户数据添加创建时间字段
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user