perf: 构建工具调整
This commit is contained in:
24
build/database/lite/install/nbi_secure_log.sql
Normal file
24
build/database/lite/install/nbi_secure_log.sql
Normal file
@@ -0,0 +1,24 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for nbi_secure_log
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "nbi_secure_log";
|
||||
CREATE TABLE "nbi_secure_log" (
|
||||
"id" integer NOT NULL,
|
||||
"created_at" text(3),
|
||||
"pri" text,
|
||||
"vendor" text,
|
||||
"ne_name" text,
|
||||
"rm_uid" text,
|
||||
"ne_type" text,
|
||||
"log_type" text,
|
||||
"event_name" text,
|
||||
"start_time" text,
|
||||
"user_name" text,
|
||||
"terminal_ip" text,
|
||||
"oper_result" text,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of nbi_secure_log
|
||||
-- ----------------------------
|
||||
Reference in New Issue
Block a user