Displaying 1 result from an estimated 1 matches for "shops_ibfk_3".
Did you mean:
shops_ibfk_1
2006 Jul 15
1
Relationship problem, newbie problem, need help!!
...p_configurtaion_id`),
KEY `style_id` (`style_id`),
KEY `stylesbrands` (`style_id`),
CONSTRAINT `shops_ibfk_1` FOREIGN KEY (`affiliate_id`) REFERENCES
`affiliates` (`id`),
CONSTRAINT `shops_ibfk_2` FOREIGN KEY (`shop_configurtaion_id`)
REFERENCES `shop_configurations` (`id`),
CONSTRAINT `shops_ibfk_3` FOREIGN KEY (`style_id`) REFERENCES `styles`
(`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
#----------------------------
# Table structure for shop_addresses
#----------------------------
CREATE TABLE `shop_addresses` (
`id` int(11) NOT NULL auto_increment,
`shop_id` int(11) default NULL,...