You are on page 1of 1

ALTER TABLE `sma_products` ADD `bulk_quantity_price` BOOLEAN NOT NULL DEFAULT FALSE

AFTER `enable_sale_point`;

ALTER TABLE `sma_product_prices` ADD `quantity` INT NOT NULL DEFAULT '1' AFTER
`price`;

ALTER TABLE `sma_product_prices` CHANGE `quantity` `quantity` DECIMAL(25,4) DEFAULT


1 NOT NULL;

You might also like