Ignore:
Timestamp:
2010/11/06 10:20:24 (14 years ago)
Author:
nanasess
Message:

Merged r18888:18901

Location:
branches/camp/camp-2_5-E
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E

  • branches/camp/camp-2_5-E/html/install/sql/column_comment.sql

    r18876 r18910  
    367367INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (371, 'dtb_customer', 'cell03', '携帯電話番号3'); 
    368368INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (372, 'dtb_customer', 'mobile_phone_id', '携帯端末ID'); 
    369 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (373, 'dtb_customer_mail_temp', 'email', 'メールアドレス'); 
    370 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (374, 'dtb_customer_mail_temp', 'mail_flag', '1:HTML 2:TEXT 3:希望しない(停止)'); 
    371 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (375, 'dtb_customer_mail_temp', 'temp_id', '一時ID'); 
    372 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (376, 'dtb_customer_mail_temp', 'end_flag', '0:未処理 1:処理済'); 
    373 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (377, 'dtb_customer_mail_temp', 'update_date', '更新日'); 
    374 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (378, 'dtb_customer_mail_temp', 'create_data', '作成日'); 
    375369INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (379, 'dtb_order', 'order_id', '注文番号'); 
    376370INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (380, 'dtb_order', 'order_temp_id', '注文一時ID'); 
Note: See TracChangeset for help on using the changeset viewer.