Ignore:
Timestamp:
2012/02/14 15:10:54 (12 years ago)
Author:
Seasoft
Message:

#1641 (商品規格における木構造の廃止)

File:
1 edited

Legend:

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

    r21491 r21502  
    305305    product_class_id int NOT NULL, 
    306306    product_id int NOT NULL, 
    307     class_combination_id int, 
     307    classcategory_id1 int NOT NULL DEFAULT 0, 
     308    classcategory_id2 int NOT NULL DEFAULT 0, 
    308309    product_type_id int NOT NULL DEFAULT 0, 
    309310    product_code text, 
     
    345346    del_flg smallint NOT NULL DEFAULT 0, 
    346347    PRIMARY KEY (classcategory_id) 
    347 ); 
    348  
    349 CREATE TABLE dtb_class_combination ( 
    350     class_combination_id int NOT NULL, 
    351     parent_class_combination_id int, 
    352     classcategory_id int NOT NULL, 
    353     level int, 
    354     PRIMARY KEY (class_combination_id) 
    355348); 
    356349 
Note: See TracChangeset for help on using the changeset viewer.