Displaying 1 result from an estimated 1 matches for "brandsbrand_uri".
2006 Jul 15
1
Relationship problem, newbie problem, need help!!
...--------------------------
# Table structure for shop_addresses
#----------------------------
CREATE TABLE `shop_addresses` (
`id` int(11) NOT NULL auto_increment,
`shop_id` int(11) default NULL,
`shop_uri` varchar(200) default NULL,
PRIMARY KEY (`id`),
KEY `brand_id` (`shop_id`),
KEY `brandsbrand_uri` (`shop_id`),
KEY `id` (`id`),
CONSTRAINT `shop_addresses_ibfk_1` FOREIGN KEY (`shop_id`) REFERENCES
`shops` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
Posted via http://www.ruby-forum.com/.