Ignore:
Timestamp:
2007/03/09 21:45:11 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/sql/insert_data.sql

    r11708 r11716  
    33CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 
    44CREATE INDEX dtb_category_category_id_key ON dtb_category(category_id); 
    5 CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id); 
    65 
    76INSERT 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.