Displaying 1 result from an estimated 1 matches for "stylesbrands".
2006 Jul 15
1
Relationship problem, newbie problem, need help!!
...`shop_desc` text,
PRIMARY KEY (`id`),
KEY `affiliate_id` (`affiliate_id`),
KEY `affiliatesbrands` (`affiliate_id`),
KEY `id` (`id`),
KEY `shop_configurationsshops` (`shop_configurtaion_id`),
KEY `shop_configurtaion_id` (`shop_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`)
) ENG...