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:
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