salix/db/versions/.archive/10289-turquoiseCarnation/00-firstScript.sql

5 lines
186 B
MySQL
Raw Normal View History

-- 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 ;