Ignore:
Timestamp:
2013/01/09 12:42:43 (11 years ago)
Author:
kim
Message:

#1730 r22197r22215 で差し戻したものを、逆マージ。

Location:
branches/version-2_12-dev/html/install/sql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/sql/create_table_mysql.sql

    r22215 r22218  
    553553    birth_point numeric NOT NULL DEFAULT 0, 
    554554    tax numeric, 
     555    order_tax_rate numeric, 
     556    order_tax_rule smallint, 
    555557    total numeric, 
    556558    payment_total numeric, 
     
    610612    birth_point numeric NOT NULL DEFAULT 0, 
    611613    tax numeric, 
     614    order_tax_rate numeric, 
     615    order_tax_rule smallint, 
    612616    total numeric, 
    613617    payment_total numeric, 
     
    714718    quantity numeric, 
    715719    point_rate numeric NOT NULL DEFAULT 0, 
     720    tax_rate numeric, 
     721    tax_rule smallint, 
    716722    PRIMARY KEY (order_detail_id) 
    717723); 
  • branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

    r22215 r22218  
    553553    birth_point numeric NOT NULL DEFAULT 0, 
    554554    tax numeric, 
     555    order_tax_rate numeric, 
     556    order_tax_rule smallint, 
    555557    total numeric, 
    556558    payment_total numeric, 
     
    610612    birth_point numeric NOT NULL DEFAULT 0, 
    611613    tax numeric, 
     614    order_tax_rate numeric, 
     615    order_tax_rule smallint, 
    612616    total numeric, 
    613617    payment_total numeric, 
     
    714718    quantity numeric, 
    715719    point_rate numeric NOT NULL DEFAULT 0, 
     720    tax_rate numeric, 
     721    tax_rule smallint, 
    716722    PRIMARY KEY (order_detail_id) 
    717723); 
Note: See TracChangeset for help on using the changeset viewer.