// update db.sql

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9578 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-10-24 09:46:46 +00:00
parent 454733bcea
commit a645b126d6
+2
View File
@@ -1012,6 +1012,8 @@ CREATE TABLE `PREFIX_order_detail` (
`product_reference` varchar(32) default NULL,
`product_supplier_reference` varchar(32) default NULL,
`product_weight` float NOT NULL,
`tax_name` varchar(16) NOT NULL,
`tax_rate` DECIMAL(10,3) NOT NULL DEFAULT '0.000',
`tax_computation_method` tinyint(1) unsigned NOT NULL default '0',
`ecotax` decimal(21,6) NOT NULL default '0.00',
`ecotax_tax_rate` DECIMAL(5,3) NOT NULL DEFAULT '0.000',