Changeset 20198 for branches/version-2_5-dev/html/install
- Timestamp:
- 2011/02/19 14:52:57 (15 years ago)
- Location:
- branches/version-2_5-dev/html/install/sql
- Files:
-
- 3 edited
-
column_comment.sql (modified) (1 diff)
-
create_table_mysql.sql (modified) (1 diff)
-
create_table_pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/column_comment.sql
r20116 r20198 100 100 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (414, 'dtb_order', 'deliv_pref', '都道府県'); 101 101 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (100, 'dtb_mailmaga_template', 'subject', '件名'); 102 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (101, 'dtb_mailmaga_template', 'charge_image', 'メール担当写真');103 102 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (102, 'dtb_mailmaga_template', 'mail_method', '1:テキストメール 2:HTMLメール 3:HTMLTEMPLATE'); 104 103 INSERT INTO dtb_table_comment (id, table_name, column_name, description) VALUES (103, 'dtb_mailmaga_template', 'header', 'ヘッダーテキスト'); -
branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
r20160 r20198 239 239 template_id int NOT NULL, 240 240 subject text, 241 charge_image text,242 241 mail_method int, 243 242 header text, -
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r20160 r20198 239 239 template_id int NOT NULL, 240 240 subject text, 241 charge_image text,242 241 mail_method int, 243 242 header text,
Note: See TracChangeset
for help on using the changeset viewer.
