|
|
|
|
@ -29,10 +29,14 @@ __PACKAGE__->add_columns(
|
|
|
|
|
},
|
|
|
|
|
"cash_balance",
|
|
|
|
|
{ data_type => "double precision", is_nullable => 1 },
|
|
|
|
|
"initial_cash_balance",
|
|
|
|
|
{ data_type => "double precision", is_nullable => 1 },
|
|
|
|
|
"cash_balance_interval",
|
|
|
|
|
{ data_type => "double precision", default_value => 0, is_nullable => 0 },
|
|
|
|
|
"free_time_balance",
|
|
|
|
|
{ data_type => "integer", is_nullable => 1 },
|
|
|
|
|
"initial_free_time_balance",
|
|
|
|
|
{ data_type => "integer", is_nullable => 1 },
|
|
|
|
|
"free_time_balance_interval",
|
|
|
|
|
{ data_type => "integer", default_value => 0, is_nullable => 0 },
|
|
|
|
|
"topup_count",
|
|
|
|
|
|