From 90fbaee24903e3e196009e5a06637edbb7ae1b7c Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Thu, 23 Feb 2023 23:37:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20sys=5Foper=5Flog=20=E6=96=B0=E5=A2=9Eco?= =?UTF-8?q?st=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/tony-flowable.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/tony-flowable.sql b/sql/tony-flowable.sql index 6b21d0f6..4abc5a69 100644 --- a/sql/tony-flowable.sql +++ b/sql/tony-flowable.sql @@ -2473,7 +2473,7 @@ CREATE TABLE `sys_oper_log` ( `status` int(1) DEFAULT '0' COMMENT '操作状态(0正常 1异常)', `error_msg` varchar(2000) DEFAULT '' COMMENT '错误消息', `oper_time` datetime DEFAULT NULL COMMENT '操作时间', - cost_time bigint(20) DEFAULT 0 COMMENT '消耗时间', + `cost_time` bigint(20) DEFAULT 0 COMMENT '消耗时间', PRIMARY KEY (`oper_id`) ) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COMMENT='操作日志记录';