  |
1 | | - | # $Id: oscommerce.sql 963 2006-08-31 23:41:20Z hpdl $ |
| |
| 1 | + | # $Id: oscommerce.sql 971 2006-09-01 12:25:15Z hpdl $ |
|
2 | 2 | | # |
| |
3 | 3 | | # osCommerce, Open Source E-Commerce Solutions |
| |
4 | 4 | | # http://www.oscommerce.com |
| |
|
|
 |
… |
|
485 | 485 | | |
| |
486 | 486 | | DROP TABLE IF EXISTS osc_products_images_groups; |
| |
487 | 487 | | CREATE TABLE osc_products_images_groups ( |
  |
488 | | - | id int NOT NULL auto_increment, |
| |
| 488 | + | id int NOT NULL, |
  |
489 | 489 | | language_id int NOT NULL, |
| |
490 | 490 | | title varchar(255) not null, |
| |
491 | 491 | | code varchar(32) not null, |