Home
taxi
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
drivers
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
passcode
string
plate_number
string
mobile_number
string
passengers
id
increments
timestamps
timestamps
softDeletes
softDeletes
mobile_number
string
waypoints
id
increments
timestamps
timestamps
softDeletes
softDeletes
location_lat
float
location_long
float
name
string
code
integer
drive_paths
id
increments
timestamps
timestamps
softDeletes
softDeletes
driver_id
FK
integer
active
boolean
drive_points
id
increments
timestamps
timestamps
softDeletes
softDeletes
drive_path_id
FK
integer
point_type
string
point_id
integer
location_lat
float
location_long
float
wait_points
id
increments
timestamps
timestamps
softDeletes
softDeletes
active
boolean
location_lat
float
location_long
float
driver_id
FK
integer
request_points
id
increments
timestamps
timestamps
softDeletes
softDeletes
location_lat
float
location_long
float
passenger_id
FK
integer
min_fare
integer
max_fare
integer
driver_id
FK
integer
destinations
id
increments
timestamps
timestamps
softDeletes
softDeletes
location_lat
float
location_long
float
passenger_id
FK
integer
name
string
point_relations
id
increments
timestamps
timestamps
softDeletes
softDeletes
point_a
FK
integer
point_b
FK
integer
length_seconds
integer
length_meters
integer
×
Comments for taxi
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01