carts:- id product_name price ratings:- id product_id user_id I have these two table. And i have defined a relationship in product model for geting rating of particular product. and output of the code is this:- "data": [ { "id": 4200, "name": "Anti gravity Beer Cake", "modal": "", "price": 1800, "discount": 0, "quantity": 20, "discription": "Good Quality Product!", "p_status": "active", "m_id": 664, "product_link": "anti-gravity-beer-cake--6040c2b317894", "product_picture": " ", "weight": 0, "weight_type": "Kilogram", "rating": { "id": 4, ...
A site where you can share knowledge