Sie sind auf Seite 1von 23

PDF export page

Table of contents

1 Billing Page number: 2


2 blacklist Page number: 3
3 cities Page number: 4
4 countries Page number: 5
5 Faq_categories Page number: 6
6 Faq_question Page number: 7
7 feedback Page number: 8
8 offer Page number: 9
9 offerimages Page number: 10
10 order Page number: 11
11 Password_reset Page number: 12
12 Payments Page number: 13
13 permission Page number: 14
14 permission_role Page number: 15
15 requst Page number: 16
16 requstimages Page number: 17
17 roles Page number: 18
18 role_user Page number: 19
19 Shipping Page number: 20
20 states Page number: 21
21 Users Page number: 22
22 Relational schema Page number: 23

Page number: 1/23 Nov 11, 2019 at 07:16 PM


PDF export page

1 Billing

Creation: Nov 11, 2019 at 09:39 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(11) No auto_increment
billing_name varchar(45) No
billing_address text No
user_id int(10) No
country_id int(10) No
state_id int(10) No
city_id int(10) No

Page number: 2/23 Nov 11, 2019 at 07:16 PM


PDF export page

2 blacklist

Table comments: store all users in blacklist .


Creation: Nov 11, 2019 at 09:39 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store blacklist id.


reason text No store blacklist reason.
created_at timestamp No CURRENT_TI on update CUR store were user add to blacklist .
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were if there is update blacklist .
00:00:00
user_id int(10) No store user id.

Page number: 3/23 Nov 11, 2019 at 07:16 PM


PDF export page

3 cities

Table comments: store cites .


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store city id.


city varchar(50) No store city name.
status enum('activ No store city status.
e',
'inactive')
box_id int(11) No store city box id.
costShipping int(11) No store city shipping cost.
created_at timestamp No CURRENT_TI on update CUR store were city created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were city updated .
00:00:00
state_id int(10) No store state id.

Page number: 4/23 Nov 11, 2019 at 07:16 PM


PDF export page

4 countries

Table comments: Store countries.


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store country id.


title varchar(50) No store country title.
created_at timestamp No CURRENT_TI on update CUR store were country created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were country updated.
00:00:00

Page number: 5/23 Nov 11, 2019 at 07:16 PM


PDF export page

5 Faq_categories

Table comments: store Faq_categories .


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store category id.


title varchar(50) No store category title.
status enum('activ No store category status.
e',
'inactive')
created_at timestamp No CURRENT_TI on update CUR store were category created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were category updated.
00:00:00

Page number: 6/23 Nov 11, 2019 at 07:16 PM


PDF export page

6 Faq_question

Table comments: store questions.


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store question id.


question_text text No store question text.
answer_text text No store answer text.
status enum('activ No store question status.
e',
'inactive')
created_at timestamp No CURRENT_TI on update CUR store were question created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were question updated.
00:00:00
Faq_catigory int(10) No store category id.

Page number: 7/23 Nov 11, 2019 at 07:16 PM


PDF export page

7 feedback

Table comments: Table contain order feedback.


Creation: Nov 11, 2019 at 09:44 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store feedback Id.


rating float(10,2) No store feedback rating.
comment text No store feedback comment.
order_id int(10) No store order Id.

Page number: 8/23 Nov 11, 2019 at 07:16 PM


PDF export page

8 offer

Table comments: Table contain all offer information.


Creation: Nov 11, 2019 at 09:40 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store offer Id.


created_at timestamp No CURRENT_TI on update CUR store timestamp where offer created.
MESTAMP RENT_TIMESTA
MP
offer_end timestamp No 0000-00-00 store timestamp where offer end.
00:00:00
offer_amount float(10,2) No store offer amount.
is_offer_accept enum('yes', No store if offer is accepted or not.
'no')
Box_size enum('big', No store box size.
'medium',
'small')
Requst_id int(10) No store request id.
Seller_id int(10) No store seller id.

Page number: 9/23 Nov 11, 2019 at 07:16 PM


PDF export page

9 offerimages

Table comments: Table contain offer image.


Creation: Nov 11, 2019 at 09:40 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store offer image id.


filename varchar(200 No store offer image filename .
)
original_filenam text No store original offer image filename.
e
size varchar(50) No store offer image size.
type varchar(50) No store offer image type.
created_at timestamp No CURRENT_TI on update CUR store timestamp where image created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store timestamp where image updated.
00:00:00
offer_id int(10) No store offer id.

Page number: 10/23 Nov 11, 2019 at 07:16 PM


PDF export page

10 order

Table comments: Table contain all order information.


Creation: Nov 11, 2019 at 09:43 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store order Id.


created_at timestamp No CURRENT_TI on update CUR store timestamp where order created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store timestamp where order updated.
00:00:00
total_amount int(10) No store total order amount.
shipping_price int(10) No store shipping price.
offer_id int(10) No store offer id.
Paymet_id int(11) No store payment id.
shipping_id int(11) No

Page number: 11/23 Nov 11, 2019 at 07:16 PM


PDF export page

11 Password_reset

Table comments: store all password reset.


Creation: Nov 11, 2019 at 09:39 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(11) No auto_increment
token varchar(191 No store password .
)
created_at timestamp No CURRENT_TI on update CUR store where password created.
MESTAMP RENT_TIMESTA
MP
user_id int(10) No

Page number: 12/23 Nov 11, 2019 at 07:16 PM


PDF export page

12 Payments

Table comments: Table contain all payment information.


Creation: Nov 11, 2019 at 09:45 PM

Column Type Attributes Null Default Extra Links to Comments MIME

ID int(11) No auto_increment store payment Id.


payment_gatew varchar(50) No store payment gateway .
ay
payment_for varchar(100 No store what payment for.
)
paid_amount float(10,2) No store payment amount.
payment_status varchar(50) No store payment states.
transaction_id varchar(200 No store transaction id.
)
transaction_rec text No store transaction record .
ord
isreceived enum('yes', No
'no')
created_at timestamp No CURRENT_TI on update CUR store timestamp where payment created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store timestamp where payment updated.
00:00:00
order_id int(10) No store order id.

Page number: 13/23 Nov 11, 2019 at 07:16 PM


PDF export page

13 permission

Table comments: Store permissions.


Creation: Nov 11, 2019 at 09:37 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment Store permissions id.


title varchar(50) No Store permissions title.
created_at timestamp No CURRENT_TI on update CUR store were permission created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were permission updated.
00:00:00

Page number: 14/23 Nov 11, 2019 at 07:16 PM


PDF export page

14 permission_role

Table comments: Store permissions roles.


Creation: Nov 11, 2019 at 09:37 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment Store permissions role id.


permission_id int(10) No Store permissions id.
role_id int(10) No Store role id.

Page number: 15/23 Nov 11, 2019 at 07:16 PM


PDF export page

15 requst

Table comments: Table contain all request information.


Creation: Nov 11, 2019 at 09:40 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store request Id.


created_at timestamp No CURRENT_TI on update CUR store timestamp where request created.
MESTAMP RENT_TIMESTA
MP
requst_end timestamp No 0000-00-00 store timestamp where request ended.
00:00:00
car_cumpany_id int(10) No store car company id.
car_name_id int(10) No store car name id.
car_model_id int(10) No store car model id.
Part_catigory_id int(10) No store part category id.
part_name varchar(50) No store part name.
part_descreptio text No store part description.
n
Customer_id int(10) No store customer id.

Page number: 16/23 Nov 11, 2019 at 07:16 PM


PDF export page

16 requstimages

Table comments: Table contain request image.


Creation: Nov 11, 2019 at 09:40 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store request image id.


filename varchar(200 No store request image filename .
)
original_filenam text No store original request image filename.
e
size varchar(50) No store request image size.
type varchar(50) No store request image type .
created_at timestamp No CURRENT_TI on update CUR store timestamp where image created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store timestamp where image updated.
00:00:00
requst_id int(10) No store request id.

Page number: 17/23 Nov 11, 2019 at 07:16 PM


PDF export page

17 roles

Table comments: Store users roles.


Creation: Nov 11, 2019 at 09:37 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store role id.


name varchar(50) No store role name.
display_name varchar(50) No store role display name.
description varchar(50) No store role description.
created_at timestamp No CURRENT_TI on update CUR store were role created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were role updated.
00:00:00

Page number: 18/23 Nov 11, 2019 at 07:16 PM


PDF export page

18 role_user

Table comments: Store user role.


Creation: Nov 11, 2019 at 09:39 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment Store user role id.


role_id int(10) No Store role id.
user_id int(10) No Store user id.

Page number: 19/23 Nov 11, 2019 at 07:16 PM


PDF export page

19 Shipping

Creation: Nov 11, 2019 at 09:39 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(11) No auto_increment
shipping_name varchar(45) No
shipping_phone varchar(20) No
shipping_addre text No
ss
User_id int(10) No
Country_id int(10) No
state_id int(10) No
city_id int(10) No

Page number: 20/23 Nov 11, 2019 at 07:16 PM


PDF export page

20 states

Table comments: store states.


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store state id.


state varchar(50) No store state name.
created_at timestamp No CURRENT_TI on update CUR store were state created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store were state updated.
00:00:00
Country_id int(10) No store country id.

Page number: 21/23 Nov 11, 2019 at 07:16 PM


PDF export page

21 Users

Table comments: Table contain all users information.


Creation: Nov 11, 2019 at 09:38 PM

Column Type Attributes Null Default Extra Links to Comments MIME

id int(10) No auto_increment store user Id


name varchar(50) No store user name.
email varchar(50) No store user email.
password varchar(50) No store user password
login_enabled tinyint(1) No store this user is enabled to login.
phone varchar(20) No store user phone.
activatecode varchar(20) No store activate code for user.
created_at timestamp No CURRENT_TI on update CUR store timestamp where user created.
MESTAMP RENT_TIMESTA
MP
updated_at timestamp No 0000-00-00 store where user updated.
00:00:00
approved tinyint(4) No this user is approved or not?
company_logo varchar(200 No store company id.
)
card_number int(20) No store card number.
country_id int(10) No
state_id int(10) No
city_id int(10) No

Page number: 22/23 Nov 11, 2019 at 07:16 PM


PDF export page

countries
offer id
offerimages
id title
id
created_at created_at
filename
offer_end updated_at
requstimages original_filename
offer_amount
id size
is_offer_accept
filename type
Box_size
original_filename created_at
Requst_id
size updated_at
Seller_id
type offer_id
created_at
updated_at
requst_id

states
id
state
created_at
Users updated_at
id Country_id
name
email
password
login_enabled
phone
activatecode
created_at
updated_at
approved
blacklist
company_logo
id
card_number
reason
country_id
created_at
state_id
updated_at
city_id
user_id

requst
id
cities
created_at
id
requst_end
city
car_cumpany_id
status
car_name_id
box_id
car_model_id
costShipping
Part_catigory_id
created_at
part_name
updated_at
part_descreption
state_id
Customer_id

Payments
Password_reset
ID
id
payment_gateway
token
payment_for
created_at
paid_amount
user_id
payment_status
transaction_id
transaction_record
isreceived
created_at
updated_at
order_id

Billing
order Shipping id
id id billing_name
created_at shipping_name billing_address
updated_at shipping_phone user_id
total_amount shipping_address country_id
shipping_price User_id state_id
offer_id Country_id city_id
Paymet_id state_id
shipping_id city_id
feedback
id
rating
comment
order_id

roles
id
name
role_user display_name
id description
role_id created_at
user_id updated_at

Faq_question Faq_categories
id id
question_text title
answer_text status
status created_at
created_at updated_at
updated_at
Faq_catigory

permission_role
id
permission
permission_id
id
role_id
title
created_at
updated_at

Page number: 23/23 Nov 11, 2019 at 07:16 PM


Powered by TCPDF (www.tcpdf.org)

Das könnte Ihnen auch gefallen