add a remote_dns port property
This commit is contained in:
@@ -27,6 +27,8 @@ __PACKAGE__->add_columns(
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_serial",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"remote_dns",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
"raw_speed",
|
||||
{ data_type => "bigint", default_value => 0, is_nullable => 1 },
|
||||
"faststart",
|
||||
|
||||
Reference in New Issue
Block a user