Re: [SQLObject] One-Way relationships

2007-06-22 Thread Oleg Broytmann
On Thu, Jun 21, 2007 at 11:23:41AM -0700, Josh Anon wrote: > Table: Model > string name > multiple join: poses > > Table: ModelPoses > string poseName > foreign key: model > > Now, I'd like to add a list of owners and notes to each of those > tables w a definition like:

[SQLObject] One-Way relationships

2007-06-21 Thread Josh Anon
Hi all, Forgive me if this is a basic question, but I am new to SQLObject and not seeing the answer in the docs. Suppose I have a schema like: Table: Model string name multiple join: poses Table: ModelPoses string poseName foreign key: model Now, I'd like to ad