Home
Rotana
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(150)
country_code
string
(15)
mobile
integer
email
string
(150)
image
string
(150)
company_name
string
(250)
is_active
enum
admin_company_verify
string
(250)
is_verified
enum
remember_token
string
(150)
timestamps
timestamps
softDeletes
softDeletes
admin_users
id
increments
name
string
(250)
email
string
(250)
password
string
(250)
image
string
(250)
company_name
string
(150)
is_active
enum
remember_token
string
(250)
timestamps
timestamps
softDeletes
softDeletes
driver_users
id
increments
name
string
(250)
country_code
string
(150)
mobile
string
(150)
email
string
(250)
image
string
(250)
grade
string
(250)
balance
string
(250)
is_active
enum
remember_token
string
(250)
timestamps
timestamps
softDeletes
softDeletes
trips
id
increments
driver_id
integer
user_id
integer
pickup_from_lat
decimal
(10,5)
pickup_from_long
float
(10,5)
pickup_to_lat
decimal
(10,5)
pickup_to_long
decimal
(10,5)
location_from
string
(250)
location_to
string
(250)
company_name
string
(250)
type
integer
project_code
string
(250)
is_scheduled
enum
status
integer
timestamps
timestamps
softDeletes
softDeletes
offers
id
increments
title
string
(500)
image
string
(250)
status
enum
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
title
string
(250)
value
string
(250)
slug
string
(150)
description
text
softDeletes
softDeletes
timestamps
timestamps
notifications
id
increments
user_id
integer
trip_id
integer
title
string
(250)
slug
string
(150)
message
text
image
string
(250)
is_read
enum
timestamps
timestamps
softDeletes
softDeletes
user_devices
id
increments
user_id
integer
country_code
string
(150)
mobile
string
(150)
device_type
enum
device_token
string
(250)
is_logout
enum
login_time
datetime
logout_time
datetime
timestamps
timestamps
softDeletes
softDeletes
vehicles
id
increments
driver_id
integer
name
string
(250)
vehicle_no
string
(150)
colour
string
(150)
is_active
enum
timestamps
timestamps
softDeletes
softDeletes
payments
id
increments
user_id
integer
trip_id
integer
trip_amount
string
(250)
waiting_time
string
(250)
total_amount
string
(150)
timestamps
timestamps
softDeletes
softDeletes
user_wallets
id
increments
user_id
integer
earned
string
(250)
redeemed
string
(250)
timestamps
timestamps
softDeletes
softDeletes
trip_history
id
increments
trip_id
integer
driver_id
integer
title
string
(250)
latitude
decimal
(10,5)
longitude
decimal
(10,5)
waiting_time
string
(250)
timestamps
timestamps
softDeletes
softDeletes
driver_grades
id
increments
grade
string
(250)
timestamps
timestamps
softDeletes
softDeletes
trip_types
id
increments
type
string
(250)
slug
string
(250)
timestamps
timestamps
softDeletes
softDeletes
user_otp
id
increments
user_id
integer
otp
integer
status
enum
timestamps
timestamps
softDeletes
softDeletes
country_codes
id
increments
country_code
string
(250)
title
string
(250)
image
string
(250)
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01