diff --git a/install-dev/sql/db.sql b/install-dev/sql/db.sql index 7c6cefc29..2b0ca72a7 100644 --- a/install-dev/sql/db.sql +++ b/install-dev/sql/db.sql @@ -1101,8 +1101,8 @@ CREATE TABLE `PREFIX_order_detail` ( `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` DECIMAL(10, 2) NOT NULL default '0.00', `reduction_amount` DECIMAL(20, 6) NOT NULL default '0.000000', - `reduction_amount_tax_incl` FLOAT( 20.6 ) NOT NULL default '0.000000', - `reduction_amount_tax_excl` FLOAT( 20.6 ) NOT NULL default '0.000000', + `reduction_amount_tax_incl` FLOAT(20, 6) NOT NULL default '0.000000', + `reduction_amount_tax_excl` FLOAT(20, 6) NOT NULL default '0.000000', `group_reduction` DECIMAL(10, 2) NOT NULL default '0.000000', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL, diff --git a/install-new/data/db_structure.sql b/install-new/data/db_structure.sql index 7c6cefc29..2b0ca72a7 100644 --- a/install-new/data/db_structure.sql +++ b/install-new/data/db_structure.sql @@ -1101,8 +1101,8 @@ CREATE TABLE `PREFIX_order_detail` ( `product_price` decimal(20,6) NOT NULL default '0.000000', `reduction_percent` DECIMAL(10, 2) NOT NULL default '0.00', `reduction_amount` DECIMAL(20, 6) NOT NULL default '0.000000', - `reduction_amount_tax_incl` FLOAT( 20.6 ) NOT NULL default '0.000000', - `reduction_amount_tax_excl` FLOAT( 20.6 ) NOT NULL default '0.000000', + `reduction_amount_tax_incl` FLOAT(20, 6) NOT NULL default '0.000000', + `reduction_amount_tax_excl` FLOAT(20, 6) NOT NULL default '0.000000', `group_reduction` DECIMAL(10, 2) NOT NULL default '0.000000', `product_quantity_discount` decimal(20,6) NOT NULL default '0.000000', `product_ean13` varchar(13) default NULL,