上传代码
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- 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';
|
||||
|
||||
Reference in New Issue
Block a user