[RDBO] 4 key map table advice sought

2007-04-16 Thread Jonathan Vanasco
I have a 4 key map table , and its confusing me how to do this in rose. Rose Tutorial: Products id , name Colors id , name Product2Color product_id , color_id My Setup Adds in a 'user' fkey + time to track the assignment of

Re: [RDBO] 4 key map table advice sought

2007-04-16 Thread John Siracusa
On 4/16/07 10:02 AM, Jonathan Vanasco wrote: MyRose::Object::Product relationships = [ colors = { type= 'many to many', map_class = 'MyRose::Object:: Product2Color', map_from = 'product_id', map_to = 'color_id',