caminte
caminte copied to clipboard
How to implement `many to many` relation?
Hi there,
How could I setup "many-to-many" relation via a join table?
book [id, title, .. etc] category [id, name, .. etc] book_category [book_id, category_id]
Upvoting this @biggora
Upvoting this @biggora
+1
No manyToMany relations in this ORM Oo) Not funny
+1
+1