VictorAZ12 / web-request-forum

0 stars 0 forks source link

Change of many-to-many relationship models. #20

Closed VictorAZ12 closed 4 months ago

VictorAZ12 commented 4 months ago

Reference If you want to use many-to-many relationships you will need to define a helper table that is used for the relationship. For this helper table it is strongly recommended to not use a model but an actual table Update intermediate tables to the approach recommended above.

VictorAZ12 commented 4 months ago

Resolved in #42, no many-to-many relationships required.