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(20161208)services_request_log增加字段.sql
zhangdongxu 13acafd43d 上传代码
2017-12-19 14:55:52 +08:00

7 lines
197 B
SQL

-- Add/modify columns
alter table SERVICES_REQUEST_LOG add SERVER_IP VARCHAR2(200) ;
-- Add comments to the columns
comment on column SERVICES_REQUEST_LOG.SERVER_IP
is '服务器IP';