You are on page 1of 17

PDF export page

Table of contents

1 banner Page number: 2


2 bills Page number: 3
3 bill_details Page number: 4
4 categories Page number: 5
5 comments Page number: 6
6 customers Page number: 7
7 failed_jobs Page number: 8
8 migrations Page number: 9
9 password_resets Page number: 10
10 productdetails Page number: 11
11 products Page number: 12
12 replies Page number: 13
13 users Page number: 14
14 v_category Page number: 15
15 v_quantity Page number: 16
16 Relational schema Page number: 17

Page number: 1/17 Jan 09, 2022 at 03:53 PM


PDF export page

1 banner

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id bigint(20) UNSIGNED No auto_increment


slide varchar(255 Yes NULL
)
slide1 varchar(255 Yes NULL
)
ads varchar(255 Yes NULL
)
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 2/17 Jan 09, 2022 at 03:53 PM


PDF export page

2 bills

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

bill_id int(10) UNSIGNED No auto_increment


customerID int(11) UNSIGNED No -> customers.id
ON UPDATE RESTRICT
ON DELETE RESTRICT
date_order datetime No
total double No
note varchar(255 Yes NULL
)
status varchar(255 No Chưa xử lí
)
payment varchar(255 Yes NULL
)
codevnpay varchar(255 Yes NULL
)
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 3/17 Jan 09, 2022 at 03:53 PM


PDF export page

3 bill_details

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) UNSIGNED No auto_increment


bill_id int(10) UNSIGNED No -> bills.bill_id
ON UPDATE RESTRICT
ON DELETE RESTRICT
productID bigint(20) UNSIGNED No -> products.productID
ON UPDATE RESTRICT
ON DELETE RESTRICT
quantily int(11) No
price double No
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 4/17 Jan 09, 2022 at 03:53 PM


PDF export page

4 categories

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

categoryID bigint(20) UNSIGNED No auto_increment


categoryName varchar(255 No
)
cate_descriptio text Yes NULL
n
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 5/17 Jan 09, 2022 at 03:53 PM


PDF export page

5 comments

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) UNSIGNED No auto_increment


name varchar(255 No
)
comment text No
productID bigint(20) UNSIGNED No -> products.productID
ON UPDATE RESTRICT
ON DELETE RESTRICT
user_id int(11) No
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 6/17 Jan 09, 2022 at 03:53 PM


PDF export page

6 customers

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(11) UNSIGNED No auto_increment


userID bigint(20) UNSIGNED No -> users.id
ON UPDATE RESTRICT
ON DELETE RESTRICT
name varchar(100 No
)
email varchar(50) No
address varchar(100 No
)
phone_number int(11) No
note varchar(255 Yes NULL
)
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 7/17 Jan 09, 2022 at 03:53 PM


PDF export page

7 failed_jobs

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id bigint(20) UNSIGNED No auto_increment


connection text No
queue text No
payload longtext No
exception longtext No
failed_at timestamp No current_tim
estamp()

Page number: 8/17 Jan 09, 2022 at 03:53 PM


PDF export page

8 migrations

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) UNSIGNED No auto_increment


migration varchar(255 No
)
batch int(11) No

Page number: 9/17 Jan 09, 2022 at 03:53 PM


PDF export page

9 password_resets

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

email varchar(255 No
)
token varchar(255 No
)
created_at timestamp Yes NULL

Page number: 10/17 Jan 09, 2022 at 03:53 PM


PDF export page

10 productdetails

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id bigint(20) UNSIGNED No auto_increment


productID bigint(20) UNSIGNED No -> products.productID
ON UPDATE RESTRICT
ON DELETE RESTRICT
brand varchar(255 No
)
guarantee varchar(255 No
)
productImage1 varchar(255 Yes NULL
)
productImage2 varchar(255 Yes NULL
)
productImage3 varchar(255 Yes NULL
)
description text Yes NULL
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 11/17 Jan 09, 2022 at 03:53 PM


PDF export page

11 products

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

productID bigint(20) UNSIGNED No auto_increment


categoryID bigint(20) UNSIGNED No -> categories.categoryID
ON UPDATE RESTRICT
ON DELETE RESTRICT
productName varchar(255 No
)
productImage varchar(255 Yes NULL
)
listPrice int(11) No
discountPercent tinyint(4) No
description text Yes NULL
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 12/17 Jan 09, 2022 at 03:53 PM


PDF export page

12 replies

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) UNSIGNED No auto_increment


comment_id int(11) No
name varchar(255 No
)
reply text No
user_id int(11) Yes NULL
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 13/17 Jan 09, 2022 at 03:53 PM


PDF export page

13 users

Creation: Nov 28, 2021 at 07:30 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id bigint(20) UNSIGNED No auto_increment


name varchar(255 No
)
email varchar(255 No
)
email_verified_a timestamp Yes NULL
t
password varchar(255 Yes NULL
)
remember_toke varchar(100 Yes NULL
n )
typeuser varchar(255 Yes user
)
created_at timestamp Yes NULL
updated_at timestamp Yes NULL

Page number: 14/17 Jan 09, 2022 at 03:53 PM


PDF export page

14 v_category

Table comments: VIEW

Column Type Attributes Null Default Extra Links to Comments MIME

countcate bigint(21) No 0

Page number: 15/17 Jan 09, 2022 at 03:53 PM


PDF export page

15 v_quantity

Table comments: VIEW

Column Type Attributes Null Default Extra Links to Comments MIME

categoryName varchar(255 No
)
quantity bigint(21) No 0

Page number: 16/17 Jan 09, 2022 at 03:53 PM


PDF export page

users
id
name
email banner
email_verified_at id
password slide
remember_token slide1
typeuser ads
created_at created_at
updated_at replies migrations
updated_at
id id
comment_id migration
customers batch
id name
userID reply
name user_id
email created_at
address updated_at
phone_number
note
created_at
updated_at

categories
categoryID
categoryName
cate_description
created_at
updated_at

failed_jobs
id
connection
queue
payload
exception
failed_at

v_category
countcate
password_resets
email
token
products created_at
productID
categoryID
productName
productImage
listPrice
discountPercent
description
created_at
productdetails updated_at
id
productID
brand
guarantee v_quantity
productImage1 categoryName
productImage2 quantity
productImage3
description
created_at
updated_at

comments
id
name
comment
productID
user_id
created_at
updated_at bills
bill_id
customerID
bill_details
date_order
id
total
bill_id
note
productID
status
quantily
payment
price
codevnpay
created_at
created_at
updated_at
updated_at

Page number: 17/17 Jan 09, 2022 at 03:53 PM


Powered by TCPDF (www.tcpdf.org)

You might also like