Index: branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	(revision 22215)
+++ branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	(revision 22218)
@@ -553,4 +553,6 @@
     birth_point numeric NOT NULL DEFAULT 0,
     tax numeric,
+    order_tax_rate numeric,
+    order_tax_rule smallint,
     total numeric,
     payment_total numeric,
@@ -610,4 +612,6 @@
     birth_point numeric NOT NULL DEFAULT 0,
     tax numeric,
+    order_tax_rate numeric,
+    order_tax_rule smallint,
     total numeric,
     payment_total numeric,
@@ -714,4 +718,6 @@
     quantity numeric,
     point_rate numeric NOT NULL DEFAULT 0,
+    tax_rate numeric,
+    tax_rule smallint,
     PRIMARY KEY (order_detail_id)
 );
Index: branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 22215)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 22218)
@@ -553,4 +553,6 @@
     birth_point numeric NOT NULL DEFAULT 0,
     tax numeric,
+    order_tax_rate numeric,
+    order_tax_rule smallint,
     total numeric,
     payment_total numeric,
@@ -610,4 +612,6 @@
     birth_point numeric NOT NULL DEFAULT 0,
     tax numeric,
+    order_tax_rate numeric,
+    order_tax_rule smallint,
     total numeric,
     payment_total numeric,
@@ -714,4 +718,6 @@
     quantity numeric,
     point_rate numeric NOT NULL DEFAULT 0,
+    tax_rate numeric,
+    tax_rule smallint,
     PRIMARY KEY (order_detail_id)
 );
