Home
Golyv bus-booking system
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
drivers
id
increments
name
string
status
boolean
mobile
string
timestamps
timestamps
softDeletes
softDeletes
clients
id
increments
name
string
email
string
password
string
status
boolean
timestamps
timestamps
softDeletes
softDeletes
reservations
id
increments
blocked_trips
json
journey_id
FK
bigInteger
client_id
FK
bigInteger
launch_station_id
FK
bigInteger
arival_station_id
FK
bigInteger
timestamps
timestamps
seat_id
FK
bigInteger
journeys
id
increments
driver_id
FK
bigInteger
trip_id
FK
bigInteger
depart_at
datetime
timestamps
timestamps
buss
id
increments
timestamps
timestamps
softDeletes
softDeletes
plate_number
string
status
boolean
trips
id
increments
driver_id
FK
bigInteger
type
enum
work_days
json
depart_time
time
depart_date
date
status
boolean
timestamps
timestamps
softDeletes
softDeletes
stations
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
seats
id
increments
number
string
status
boolean
timestamps
timestamps
softDeletes
softDeletes
stationables
id
increments
station_id
FK
bigInteger
stationable_type
string
stationable_id
string
launch_at
datetime
arival_at
datetime
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01