Ignore:
Timestamp:
2009/02/20 11:27:12 (17 years ago)
Author:
kishida
Message:

text型にindex貼る場合、mysqlとpostgresで文法が違うので、別ファイルに記入する

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/html/install/sql/insert_data.sql

    r17813 r17816  
    22CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 
    33CREATE INDEX dtb_category_category_id_key ON dtb_category(category_id); 
    4 CREATE INDEX dtb_session_sess_id_key ON dtb_session (sess_id(32)); 
    54 
    65INSERT INTO dtb_member (name, login_id, password, creator_id, authority, work, del_flg, create_date, update_date) 
Note: See TracChangeset for help on using the changeset viewer.