Changeset 11716 for branches/dev/html/install/sql/insert_data.sql
- Timestamp:
- 2007/03/09 21:45:11 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/install/sql/insert_data.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/sql/insert_data.sql
r11708 r11716 3 3 CREATE INDEX dtb_order_detail_product_id_key ON dtb_order_detail(product_id); 4 4 CREATE 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);6 5 7 6 INSERT 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.
