This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-argus-service/sqlupdate/sqlupdate(20161116)services_request_log增加字段.sql

7 lines
249 B
MySQL
Raw Normal View History

2017-12-19 14:55:52 +08:00
-- Add/modify columns
alter table SERVICES_REQUEST_LOG add EXCEPTION_INFO VARCHAR2(1024) ;
-- Add comments to the columns
comment on column SERVICES_REQUEST_LOG.EXCEPTION_INFO
is '请求时发生的异常记录不记录rest异常';