Ignore:
Timestamp:
2010/09/22 13:23:00 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 入金日追加、規格対応(規格構成変更と並行で作業中なので、作業途中の部分有)

File:
1 edited

Legend:

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

    r18818 r18819  
    307307    update_date timestamp, 
    308308    deliv_date_id int, 
    309     down smallint NOT NULL DEFAULT 0, 
    310     down_filename text, 
    311     down_realfilename text, 
    312309    PRIMARY KEY (product_id) 
    313310); 
     
    329326    create_date timestamp NOT NULL DEFAULT now(), 
    330327    update_date timestamp, 
     328    down int2 NOT NULL , 
     329    down_filename text, 
     330    down_realfilename text, 
    331331    del_flg smallint NOT NULL DEFAULT 0, 
    332332    PRIMARY KEY (product_class_id) 
     
    658658    memo09 text, 
    659659    memo10 text, 
     660    payment_date timestamp, 
    660661    PRIMARY KEY (order_id) 
    661662); 
Note: See TracChangeset for help on using the changeset viewer.