perf: 构建工具调整
This commit is contained in:
23
build/database/lite/install/pm_custom_data.sql
Normal file
23
build/database/lite/install/pm_custom_data.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for pm_custom_data
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS "pm_custom_data";
|
||||
CREATE TABLE "pm_custom_data" (
|
||||
"id" integer NOT NULL,
|
||||
"date" text,
|
||||
"ne_name" text(64),
|
||||
"rm_uid" text(64),
|
||||
"ne_type" text(16),
|
||||
"granul_option" text(255),
|
||||
"object_type" text(32),
|
||||
"kpi_id" text(64),
|
||||
"start_time" text,
|
||||
"end_time" text,
|
||||
"value" integer,
|
||||
"timestamp" text,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of pm_custom_data
|
||||
-- ----------------------------
|
||||
Reference in New Issue
Block a user