I have four tables.
- User (user_id)
- Orders (order_id & user_id)
- Order_detail (post_id, order_id, product_id)
- Product (comment_id)
How to create relationship between user table and product table? I have managed to create relationships between the other tables.