Ignore:
Timestamp:
2012/04/03 15:27:56 (12 years ago)
Author:
Seasoft
Message:

#1718 (カテゴリブロックのカテゴリが多重表示される場合がある)

File:
1 edited

Legend:

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

    r21701 r21702  
    419419    category_id int NOT NULL, 
    420420    product_count int NOT NULL, 
    421     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP 
     421    create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 
     422    PRIMARY KEY (category_id) 
    422423); 
    423424 
     
    425426    category_id int NOT NULL, 
    426427    product_count int, 
    427     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP 
     428    create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, 
     429    PRIMARY KEY (category_id) 
    428430); 
    429431 
Note: See TracChangeset for help on using the changeset viewer.