Home
suited_job
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (3)
category
id
increments
name
string
active
boolean
description
text
timestamps
timestamps
soft_skill
id
increments
category_id
FK
integer
name
string
active
boolean
description
text
timestamps
timestamps
soft_skill_360_invite
id
increments
user_id
FK
integer
email
string
relation
string
name
string
status
string
invitee_user_id
integer
invitee_token
string
timestamps
timestamps
users
id
increments
name
string
email
string
password
string
nick_name
string
active
boolean
soft_skill_360_link
string
timestamps
timestamps
user_soft_skill
id
increments
user_id
FK
integer
soft_skill_id
FK
integer
no_of_star
integer
avg_stars
decimal
(2,1)
timestamps
timestamps
user_soft_skill_rating
id
increments
user_id
FK
integer
soft_skill_id
FK
integer
invitee_email
string
no_of_stars
integer
type
string
comment
text
timestamps
timestamps
page_info
id
increments
page_url
string
active
boolean
description
text
timestamps
timestamps
translation
id
increments
lang
string
from
text
to
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01