From f39a87253a631fec22308ea558d8690a844578b2 Mon Sep 17 00:00:00 2001 From: Listen <853304383@qq.com> Date: Thu, 16 Feb 2023 11:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/postgresql.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/postgresql.sql b/sql/postgresql.sql index 77dacb50..8f4161f8 100644 --- a/sql/postgresql.sql +++ b/sql/postgresql.sql @@ -853,7 +853,8 @@ CREATE TABLE "public"."sys_oper_log" ( "json_result" varchar(2000) COLLATE "pg_catalog"."default", "status" int4, "error_msg" varchar(2000) COLLATE "pg_catalog"."default", - "oper_time" timestamp(6) + "oper_time" timestamp(6), + cost_time bigint(20) default 0 ) ; COMMENT ON COLUMN "public"."sys_oper_log"."oper_id" IS '日志主键';