Changeset 20351 for branches/version-2_5-dev/html/install/sql
- Timestamp:
- 2011/02/23 19:43:29 (15 years ago)
- Location:
- branches/version-2_5-dev/html/install/sql
- Files:
-
- 2 deleted
- 2 edited
-
create_table_mysql.sql (modified) (1 diff)
-
create_table_pgsql.sql (modified) (1 diff)
-
create_view.sql (deleted)
-
drop_view.sql (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
r20319 r20351 240 240 subject text, 241 241 mail_method int, 242 header text,243 242 body text, 244 main_title text,245 main_comment text,246 main_product_id int,247 sub_title text,248 sub_comment text,249 sub_product_id01 int,250 sub_product_id02 int,251 sub_product_id03 int,252 sub_product_id04 int,253 sub_product_id05 int,254 sub_product_id06 int,255 sub_product_id07 int,256 sub_product_id08 int,257 sub_product_id09 int,258 sub_product_id10 int,259 sub_product_id11 int,260 sub_product_id12 int,261 243 del_flg smallint NOT NULL DEFAULT 0, 262 244 creator_id int NOT NULL, -
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r20319 r20351 240 240 subject text, 241 241 mail_method int, 242 header text,243 242 body text, 244 main_title text,245 main_comment text,246 main_product_id int,247 sub_title text,248 sub_comment text,249 sub_product_id01 int,250 sub_product_id02 int,251 sub_product_id03 int,252 sub_product_id04 int,253 sub_product_id05 int,254 sub_product_id06 int,255 sub_product_id07 int,256 sub_product_id08 int,257 sub_product_id09 int,258 sub_product_id10 int,259 sub_product_id11 int,260 sub_product_id12 int,261 243 del_flg smallint NOT NULL DEFAULT 0, 262 244 creator_id int NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.
