Ignore:
Timestamp:
2013/01/08 21:31:00 (11 years ago)
Author:
h_yoshimoto
Message:

#1730 税率変更対応の差し戻し

File:
1 edited

Legend:

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

    r22197 r22215  
    553553    birth_point numeric NOT NULL DEFAULT 0, 
    554554    tax numeric, 
    555     order_tax_rate numeric, 
    556     order_tax_rule smallint, 
    557555    total numeric, 
    558556    payment_total numeric, 
     
    612610    birth_point numeric NOT NULL DEFAULT 0, 
    613611    tax numeric, 
    614     order_tax_rate numeric, 
    615     order_tax_rule smallint, 
    616612    total numeric, 
    617613    payment_total numeric, 
     
    718714    quantity numeric, 
    719715    point_rate numeric NOT NULL DEFAULT 0, 
    720     tax_rate numeric, 
    721     tax_rule smallint, 
    722716    PRIMARY KEY (order_detail_id) 
    723717); 
Note: See TracChangeset for help on using the changeset viewer.