Home
taxiApp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
passengers
id
increments
name
string
email
string
phone
string
contact_address
string
billing_address
string
date_of_birth
string
identification_number
string
member_status
string
email_status
string
phone_status
string
last_location
string
timestamps
timestamps
drivers
id
increments
car
FK
integer
name
string
email
string
phone
string
contact_address
string
billing_address
string
date_of_birth
string
identification_number
string
member_status
string
email_status
string
phone_status
string
driver_lisance_no
string
driver_lisance_front
string
driver_lisance_back
string
driver_score
string
driver_balance
string
last_location
string
timestamps
timestamps
process
id
increments
driver
FK
integer
passenger
FK
integer
status
string
current_location
FK
integer
start_location
string
end_location
string
last_location
string
expected_payment
string
real_payment
string
timestamps
timestamps
cars
id
increments
timestamps
timestamps
locations
id
increments
timestamps
timestamps
center_location
string
min_length
string
max_length
string
default_price
string
min_price
string
max_price
string
settings
id
increments
timestamps
timestamps
option_type
string
option_name
string
option_data
string
option_value
string
pages
id
increments
timestamps
timestamps
name
string
title
string
content
string
other
longText
slug
string
footer_menu
tinyInteger
header_menu
tinyInteger
sidebar_menu
tinyInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01