|
|
|
@ -22,13 +22,6 @@ __PACKAGE__->add_columns(
|
|
|
|
|
{ data_type => "integer", extra => { unsigned => 1 }, is_nullable => 0 },
|
|
|
|
|
"parameter_value",
|
|
|
|
|
{ data_type => "varchar", size => 255, is_nullable => 0 },
|
|
|
|
|
"bootstrap_method",
|
|
|
|
|
{
|
|
|
|
|
data_type => "enum",
|
|
|
|
|
default_value => "http",
|
|
|
|
|
extra => { list => ["http","ztp_panasonic","ztp_linksys"] },
|
|
|
|
|
is_nullable => 0,
|
|
|
|
|
},
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
__PACKAGE__->belongs_to(
|
|
|
|
|