You are on page 1of 2

swiggy.merchants swiggy.products swiggy.users swiggy.

roles

id int 1 id int 1 1 id int 1 id int

merchant_name varchar(50) product_name varchar(50) full_name varchar(25) role_name varchar(25)

price int phone_number varchar(10)

* merchant_id int email varchar(100)


swiggy.orders
role_id int *
id int 1

user_id int * swiggy.orderproductsmapping

merchant_id int * id int

order_date datetime product_id int *

* order_id int
swiggy.merchants swiggy.products swiggy.users swiggy.roles

id int 1 id int 1 1 id int 1 id int

merchant_name varchar(50) product_name varchar(50) full_name varchar(25) role_name varchar(25)

price int phone_number varchar(10)

* merchant_id int email varchar(100)


swiggy.orders
role_id int *
id int 1

user_id int * swiggy.orderproductsmapping

merchant_id int * id int

order_date datetime product_id int *

* order_id int

You might also like