Ignore:
Timestamp:
2007/03/11 16:42:02 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11727 r11731  
    523523 
    524524CREATE INDEX dtb_customer_mobile_phone_id_key ON dtb_customer (mobile_phone_id); 
    525  
    526 CREATE TABLE dtb_customer_mail ( 
    527     email text NOT NULL UNIQUE, 
    528     mail_flag int2, 
    529     secret_key text UNIQUE, 
    530     create_date timestamp NOT NULL DEFAULT now(), 
    531     update_date timestamp DEFAULT now() 
    532 ); 
    533  
    534525 
    535526CREATE TABLE dtb_customer_mail_temp ( 
Note: See TracChangeset for help on using the changeset viewer.