diff --git a/lib/NGCP/Schema/Result/prepaid_costs.pm b/lib/NGCP/Schema/Result/prepaid_costs.pm index 6b0c9bb2..78020278 100644 --- a/lib/NGCP/Schema/Result/prepaid_costs.pm +++ b/lib/NGCP/Schema/Result/prepaid_costs.pm @@ -33,6 +33,10 @@ __PACKAGE__->add_columns( default_value => \"current_timestamp", is_nullable => 0, }, + "source_user_id", + { data_type => "char", is_nullable => 0, size => 36 }, + "destination_user_id", + { data_type => "char", is_nullable => 0, size => 36 }, ); __PACKAGE__->set_primary_key("id");