Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed


CREATE TABLE `Feature_to_Ware` (
  `ID` int(4) NOT NULL auto_increment,
  `Ware` int(4) default NULL,
  `Feature` int(4) default NULL,
  `Feature_options` int(4) unsigned default NULL,
  PRIMARY KEY  (`ID`)
) TYPE=MyISAM AUTO_INCREMENT=12 ;

INSERT INTO `Feature_to_Ware` VALUES (5, 13752, 1, 7);
INSERT INTO `Feature_to_Ware` VALUES (6, 13753, 1, 7);
INSERT INTO `Feature_to_Ware` VALUES (7, 13752, 3, 31);
INSERT INTO `Feature_to_Ware` VALUES (8, 13753, 3, 31);
INSERT INTO `Feature_to_Ware` VALUES (10, 13084, 1, 1);
INSERT INTO `Feature_to_Ware` VALUES (11, 13084, 2, 7);