hello stefan,

the table is being created anyway, but you don't usually have to manage it.

but if you want additional fields, you'll have to define that entity manually
and make it relate manytoone to both the entities related manytomany throught
it now.

hth,
alex

On Mon, Sep 15, 2008 at 4:47 PM, schneck <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> I'm using Elixir 0.6.1, and currently I'm trying to add custom fields
> to a many-to-many relationship:
>
> I have a table "Formats", and every Format can have several
> Properties. When a Property is added to a Format, I need to store some
> additional information about this relation, and the best place to do
> is the relation table, I think.
>
> Is there any way to accomplish that? It would be great if I could
> avoid creating an additional table.
>
> Thanks,
> Stefan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to