上传代码
This commit is contained in:
10
sqlupdate/sqlupdate(20161108)dns_response_strategy增加字段.sql
Normal file
10
sqlupdate/sqlupdate(20161108)dns_response_strategy增加字段.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Add/modify columns
|
||||
alter table DNS_RESPONSE_STRATEGY add MIN_TTL INTEGER not null;
|
||||
-- Add comments to the columns
|
||||
comment on column DNS_RESPONSE_STRATEGY.MIN_TTL
|
||||
is '最小生存时间';
|
||||
-- Add/modify columns
|
||||
alter table DNS_RESPONSE_STRATEGY add MAX_TTL INTEGER not null;
|
||||
-- Add comments to the columns
|
||||
comment on column DNS_RESPONSE_STRATEGY.MAX_TTL
|
||||
is '最大生存时间';
|
||||
Reference in New Issue
Block a user