Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ecommerce app - Coggle Diagram
Ecommerce app
Order (table)
user = user.user_id
address = user.address
product = product.product_id
order_id
order_category = product.category
User (table)
Name
user_ id*
one to many mapping
contacts
address
one to many mapping
Products (table)
Name
product_id*
One to many mapping
price
category = categories.category_id
One to many mapping
categories (table)
category_name
category_id