Ignore:
Timestamp:
2012/03/14 04:19:54 (12 years ago)
Author:
Seasoft
Message:

#1703 (値引きの入力状況がフロント機能と管理機能で相違している)

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

    r21568 r21643  
    537537    order_job int, 
    538538    subtotal numeric, 
    539     discount numeric, 
     539    discount numeric NOT NULL DEFAULT 0, 
    540540    deliv_id int, 
    541541    deliv_fee numeric, 
     
    594594    order_job int, 
    595595    subtotal numeric, 
    596     discount numeric, 
     596    discount numeric NOT NULL DEFAULT 0, 
    597597    deliv_id int, 
    598598    deliv_fee numeric, 
  • branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

    r21574 r21643  
    537537    order_job int, 
    538538    subtotal numeric, 
    539     discount numeric, 
     539    discount numeric NOT NULL DEFAULT 0, 
    540540    deliv_id int, 
    541541    deliv_fee numeric, 
     
    594594    order_job int, 
    595595    subtotal numeric, 
    596     discount numeric, 
     596    discount numeric NOT NULL DEFAULT 0, 
    597597    deliv_id int, 
    598598    deliv_fee numeric, 
Note: See TracChangeset for help on using the changeset viewer.