You cannot achieve that with a manytomany in Transfer. You'd have to
define the linking table to Transfer as an object and then use two
onetomanys instead.

On Tue, Sep 1, 2009 at 7:56 AM, Jonathan<[email protected]> wrote:
>
> I am using a few linking tables / manytomany relationships.  I would
> like to be able to add properties to those linking tables to modify
> the relationship between the linked records.  So for example, I have a
> table of people and a table of plants.  I want to link several plants
> with a person, and as a part of that relationship I would like to
> indicate whether a plant is an antagonist.  (Otherwise, it is assumed
> the plant is a companion.)  So, the linking table would look something
> like this...
>
> Person_has_Plant
> ==============
> lnkPersonID:integer
> lnkPlantID:integer
> antagonist:boolean
>
> How would I do this with Transfer?  Or, is my head just not in the
> right place on this?
> >
>



-- 
Bob Silverberg
www.silverwareconsulting.com

--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" 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/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to