Home
contact
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
password
string
(60)
remember_token
string
(100)
timestamps
timestamps
contacts
id
increments
user_id
FK
integer
email_address
string
website
string
contact_name
string
job_title
string
company
string
description
string
address
string
mobile
text
work_phone
text
home_phone
integer
photo
string
meta
string
timestamps
timestamps
deals
id
increments
user_id
FK
integer
contact_id
FK
integer
deal_name
string
status
string
expected_closing_date
date
deal_value
integer
description
string
timestamps
timestamps
tags
id
increments
name
string
timestamps
timestamps
tasks
id
increments
user_id
FK
integer
contact_id
FK
integer
task_name
string
priority
enum
due_date
date
timestamps
timestamps
messages
id
increments
user_id
FK
integer
conversation_id
FK
integer
message
text
is_seen
boolean
deleted_from_sender
boolean
deleted_from_receiver
boolean
timestamps
timestamps
conversations
id
increments
user_one
integer
user_two
integer
timestamps
timestamps
taggables
id
increments
taggable_id
integer
taggable_type
string
notifications
id
increments
type
string
notifiable_id
integer
notifiable_type
string
data
text
read_at
timestamp
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01