docs: sys_oper_log 新增cost_time
parent
028b7c3259
commit
90fbaee249
|
|
@ -2473,7 +2473,7 @@ CREATE TABLE `sys_oper_log` (
|
||||||
`status` int(1) DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
|
`status` int(1) DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
|
||||||
`error_msg` varchar(2000) DEFAULT '' COMMENT '错误消息',
|
`error_msg` varchar(2000) DEFAULT '' COMMENT '错误消息',
|
||||||
`oper_time` datetime DEFAULT NULL 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`)
|
PRIMARY KEY (`oper_id`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COMMENT='操作日志记录';
|
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COMMENT='操作日志记录';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue