Hello i have trouble with logic. In my app users can create Posts and add them to favourites. The problem is in assiciations on Posts and Users. When User creates Post user_id is applied to posts table. How can i make associations when other user or this one add Post to favourite.
Share
You need to create another table that will join a post and user. You can call that table favorites with 2 columns: post_id and user_id