Browse Source

巡检报告脚本修改

master
liujiangyong 2 years ago
parent
commit
7b6a2eb06b
  1. 2
      script/1.0.4/schema/2.create_report_info.sql

2
script/1.0.4/schema/2.create_report_info.sql

@ -21,7 +21,7 @@
-- ---------------------------- -- ----------------------------
DROP TABLE IF EXISTS "public"."report_info"; DROP TABLE IF EXISTS "public"."report_info";
CREATE TABLE "public"."report_info" ( CREATE TABLE "public"."report_info" (
"id" int4 NOT NULL DEFAULT nextval('report_info_id_seq'::regclass), "id" serial NOT NULL,
"project_id" int4 NOT NULL, "project_id" int4 NOT NULL,
"excel_path" varchar(255) COLLATE "pg_catalog"."default" NOT NULL, "excel_path" varchar(255) COLLATE "pg_catalog"."default" NOT NULL,
"inspect_tm" timestamp(0) NOT NULL, "inspect_tm" timestamp(0) NOT NULL,

Loading…
Cancel
Save