fix: CDR数据导出添加网元名称列
This commit is contained in:
@@ -17,9 +17,9 @@ CREATE TABLE "ne_version" (
|
||||
"new_path" text(255),
|
||||
"status" text(16),
|
||||
"create_by" text(50),
|
||||
"create_time" integer(20),
|
||||
"create_time" integer,
|
||||
"update_by" text(50),
|
||||
"update_time" integer(20),
|
||||
"update_time" integer,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user