this is driving our development team mad - i’ve have a table “person” which contains the column “person_address_id”, i have a second table “address” which has a primary key of “address_id”.
All i want to do is create a relationship that lets me map the column address_id to person_address_id, and NOT auto create a column address_id as a foreign key in the table person.
This “trying to be too clever feature” of the software is rendering TDM v3 useless for our needs.
Any help???