From 7b6a2eb06b6b0bf0b393059648b2a27e5765bd4c Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 3 Mar 2023 11:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E6=8A=A5=E5=91=8A=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/1.0.4/schema/2.create_report_info.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/1.0.4/schema/2.create_report_info.sql b/script/1.0.4/schema/2.create_report_info.sql index cde2c83..22b0c93 100644 --- a/script/1.0.4/schema/2.create_report_info.sql +++ b/script/1.0.4/schema/2.create_report_info.sql @@ -21,7 +21,7 @@ -- ---------------------------- DROP TABLE IF EXISTS "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, "excel_path" varchar(255) COLLATE "pg_catalog"."default" NOT NULL, "inspect_tm" timestamp(0) NOT NULL,