Please enable JavaScript.
Coggle requires JavaScript to display documents.
ecom - Coggle Diagram
ecom
address
id
contact
name
area
user_id (fk)
street
city
street
state
city
pincode
type ( office , home )
product
id
title
price
discount_price (nullable)
category_id
category_id
description
brand
image
status
order
id
user_id
ordered
address_id ( nullable )
coupon (nullable)
order_item
id
order_id (fk)
product_id ( fk )
ordered (boolean )
qty
category
id
title
description
parent_id
user
admin
normal user