Additional fields in ManyToMany junction table
Replies (1)
(1-1/1)
Added by Saif Rehman 10 months ago
Hi,
I wanted to ask if its possible in Wt to add additional fields in a ManyToMany junction table to provide more information about each relationship.
Thank you :)
Hello Saif,
In that case you create a new Dbo class that contains the extra fields, and the relation is no longer a ManyToMany but it's two OneToMany's.
Best regards,
Wim.
(1-1/1)