Additional fields in ManyToMany junction table

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


Replies (1)

RE: Additional fields in ManyToMany junction table - Added by Wim Dumon 9 months ago

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)