[sqlalchemy] Re: odd question

2008-01-30 Thread Gaetan de Menten
On Jan 23, 2008 10:24 PM, Monty Taylor [EMAIL PROTECTED] wrote: This may or may not be elixir specific... If I have an auto-generated mapping table for a many-to-many relationship, is there a sensible way to add another column to it that's also has a foreign key relationship to a third

[sqlalchemy] Re: odd question

2008-01-23 Thread Michael Bayer
On Jan 23, 2008, at 4:24 PM, Monty Taylor wrote: This may or may not be elixir specific... If I have an auto-generated mapping table for a many-to-many relationship, is there a sensible way to add another column to it that's also has a foreign key relationship to a third table? Like,