You are on page 1of 1

cart_item wishbook

cart_id BIGINT wishlist_id BIGINT


created_time DATETIME(6) wishlist_time DATETIME(6)
user_id BIGINT user_id BIGINT
Indexes Indexes
New Layer
PRIMARY PRIMARY
FKka3t831w0aw2vrwgsbhcn5y4m FK4b2tdcxbqbomphyck9cmmr8t3

address review_and_rating order_details


address_id BIGINT rating_review_id BIGINT order_id BIGINT
customer_address VARCHAR(255) book_id BIGINT address_id BIGINT

address_type VARCHAR(255) rating INT order_placed_time DATETIME(6)


customer_city VARCHAR(255) review VARCHAR(255) order_status VARCHAR(255)
country VARCHAR(255) name VARCHAR(255) total_price DOUBLE
customer_landmark VARCHAR(255) Indexes user_id BIGINT

customer_locality VARCHAR(255) PRIMARY Indexes

name VARCHAR(255) PRIMARY

phone_number VARCHAR(255) FKk2w14ysy80rutm079xu6d4ygm

customer_pincode VARCHAR(255)
state VARCHAR(255)
order_details_books_list quantity
user_id BIGINT
order_order_id BIGINT quantity_id BIGINT
Indexes
books_list_book_id BIGINT quantity_of_book BIGINT
PRIMARY
Indexes totalprice DOUBLE
FK6i66ijb8twgcqtetl8eeeed6v
FK54ephs8yju0o6fdalgjs4vvla order_id BIGINT
FK5whx6lyvhe1jdkhfy86mvwcxg cart_id BIGINT
Indexes
PRIMARY
FKd0j1wh9b30lfbvtg6gasr7x37
FKsm7ipuxm7p41lm1fr9dkkg0j1

cart_item_books_list bookinfo wishbook_books_list


cart_item_cart_id BIGINT book_id BIGINT wishlist_book_wishlist_id BIGINT
books_list_book_id BIGINT author_name VARCHAR(255) books_list_book_id BIGINT
Indexes book_details TEXT Indexes
FK7bi3t7kj1min41g8rmnxu8psq book_name VARCHAR(255) FKlarx8yot1n0yntt61cj2obvyj
FKqetkglw5vblc3h3oy4589ktt8 created_date_and_time DATETIME(6) FK1lselvgppji60otr0cydlmxk8

image VARCHAR(255)

no_of_books BIGINT
price DOUBLE
status VARCHAR(255)
updated_date_and_time DATETIME(6)
user_id BIGINT
users hibernate_sequence
Indexes
user_id BIGINT next_val BIGINT
PRIMARY
created_date DATETIME(6)
email VARCHAR(255)
is_verified BIT(1)

mobile_number BIGINT
name VARCHAR(255)
password VARCHAR(255)
role VARCHAR(255)
Indexes
PRIMARY

You might also like