diff --git a/lib/NGCP/Schema/Result/ncos_levels.pm b/lib/NGCP/Schema/Result/ncos_levels.pm index d023262f..67ce88f2 100644 --- a/lib/NGCP/Schema/Result/ncos_levels.pm +++ b/lib/NGCP/Schema/Result/ncos_levels.pm @@ -51,6 +51,8 @@ __PACKAGE__->add_columns( }, "expose_to_customer", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, + "time_set_invert", + { data_type => "tinyint", default_value => 0, is_nullable => 0 }, ); __PACKAGE__->set_primary_key("id"); @@ -180,6 +182,18 @@ This module is a schema class for the NGCP database table "billing.ncos_levels". is_foreign_key: 1 is_nullable: 1 +=head2 expose_to_customer + + data_type: 'tinyint' + default_value: 0 + is_nullable: 0 + +=head2 time_set_invert + + data_type: 'tinyint' + default_value: 0 + is_nullable: 0 + =head1 PRIMARY KEY =over 4