Displaying 1 result from an estimated 1 matches for "shop_name".
Did you mean:
ship_name
2006 Jul 15
1
Relationship problem, newbie problem, need help!!
...EFAULT CHARSET=latin1;
#----------------------------
# Table structure for shops
#----------------------------
CREATE TABLE `shops` (
`id` int(11) NOT NULL auto_increment,
`affiliate_id` int(11) default NULL,
`shop_configurtaion_id` int(11) default NULL,
`style_id` int(11) default NULL,
`shop_name` varchar(200) default NULL,
`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 `sty...