You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15660.up

4 lines
185 B

use accounting;
alter table cdr_period_costs modify column customer_cost decimal(16,6) NOT NULL DEFAULT 0.000000,
modify column reseller_cost decimal(16,6) NOT NULL DEFAULT 0.000000;