Browse Source

docs: sys_oper_log 新增cost_time

master
tony 3 years ago
parent
commit
90fbaee249
  1. 2
      sql/tony-flowable.sql

2
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='操作日志记录';

Loading…
Cancel
Save