-- Place your SQL code here
ALTER TABLE `vn`.`packaging`
CHANGE COLUMN `base` `base` DECIMAL(10,2) NOT NULL DEFAULT 0 ,
CHANGE COLUMN `price` `price` DECIMAL(10,2) NOT NULL DEFAULT 0 ;