Home
kabob
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(50)
middle_name
string
(50)
last_name
string
(50)
suffix
string
(10)
preferred_name
string
(50)
email
string
(50)
designation_id
FK
integer
profile_picture
longText
mobile
string
(15)
ssn
string
(20)
dob
timestamp
status
boolean
timestamps
timestamps
softDeletes
softDeletes
organizations
id
increments
user_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
companies
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
designations
id
increments
name
string
(50)
timestamps
timestamps
softDeletes
softDeletes
addresses
id
increments
user_id
FK
bigInteger
home
string
(144)
mailing
string
(144)
fathers_house
string
(144)
timestamps
timestamps
softDeletes
softDeletes
stores
id
increments
company_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
contacts
id
increments
timestamps
timestamps
softDeletes
softDeletes
home
string
(30)
office
string
(30)
mobile
string
(30)
fax
string
(30)
user_id
FK
integer
emegency_contacts
id
increments
user_id
FK
integer
relation
string
(20)
name
string
(50)
mobile
string
(50)
email
string
(50)
fax
string
(20)
timestamps
timestamps
softDeletes
softDeletes
team_staff_members
id
increments
supervisor_id
FK
bigInteger
team_name_id
FK
integer
team_title
string
(50)
payment
float
(8,2)
wage_rate_id
FK
integer
commission_id
FK
integer
associated_company_ids
json
associated_store_id
json
status
boolean
start_date
timestamp
end_date
timestamp
timestamps
timestamps
softDeletes
softDeletes
team_names
id
increments
name
string
(50)
timestamps
timestamps
softDeletes
softDeletes
wage_rates
id
increments
name
string
(20)
timestamps
timestamps
softDeletes
softDeletes
commissions
id
increments
name
string
(50)
timestamps
timestamps
softDeletes
softDeletes
type
enum
stores
binary
roles
binary
model
string
(50)
model_id
string
(50)
title
string
(144)
description
string
(255)
amount
float
(8,2)
start
timeTz
end
timestampTz
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01