Home
jurka
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(255)
password
string
(255)
phone
string
(255)
is_active
tinyInteger
created_at
timestamps
updated_at
timestamps
deleted_at
softDeletes
callcenter_leadstream
id
increments
callcenter_id
integer
leadstream_id
integer
created_at
timestamps
callcenter_user
id
increments
user_id
integer
callcenter_id
integer
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
callcenters
id
increments
name
string
(255)
is_active
tinyInteger
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
lawyer_callcenter
id
increments
lawyer_id
integer
callcenter_id
integer
created_at
timestamps
deleted_at
softDeletes
lawyers
id
increments
name
string
(255)
region_id
integer
address
string
(255)
scheme
text
is_active
tinyInteger
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
leadlogs
id
increments
lead_id
integer
user_id
integer
ip
string
(15)
action
string
(255)
old_value
text
new_value
text
created_at
timestamps
leads
id
increments
leadstream_id
integer
first_last_name
string
(255)
email
string
(255)
phone
string
(255)
question
text
status
string
(255)
created_at
timestamps
updated_at
timestamp
leadstreams
id
increments
name
string
(255)
description
text
token
string
(255)
is_active
tinyInteger
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
permission_role
id
increments
permission_id
integer
role_id
integer
permissions
id
increments
name
string
(255)
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
regions
id
increments
name
string
(255)
timezone
string
(255)
tz_offset
integer
roles
id
increments
name
string
(255)
created_at
timestamps
updated_at
timestamp
deleted_at
softDeletes
user_role
id
increments
user_id
integer
role_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01