Ignore:
Timestamp:
2013/01/04 16:31:37 (11 years ago)
Author:
habu
Message:

#1730 税率変更に対応できない

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

    r21942 r22197  
    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

    r21942 r22197  
    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.