Home
project_manager
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
first_name
string
last_name
string
password
string
photo
string
user_status
string
remember_token
rememberToken
softDeletes
softDeletes
timestamps
timestamps
profiles
id
increments
user_id
FK
bigInteger
company_id
FK
bigInteger
role_id
FK
bigInteger
schedule_id
string
timestamps
timestamps
roles
id
increments
company_id
FK
bigInteger
company_division_id
FK
bigInteger
name
string
slug
string
description
string
position
string
level
smallInteger
timestamps
timestamps
companies
id
increments
name
string
email
string
phone
string
address
string
country
string
timestamps
timestamps
teams
id
increments
user_id
FK
bigInteger
project_id
FK
bigInteger
timestamps
timestamps
projects
id
increments
team_id
FK
bigInteger
timestamps
timestamps
tasks
id
increments
timestamps
timestamps
project_id
FK
bigInteger
company_divisions
id
increments
timestamps
timestamps
company_id
FK
bigInteger
division_name
string
jobs
id
increments
company_id
FK
integer
timestamps
timestamps
applicants
id
increments
job_id
FK
integer
timestamps
timestamps
applicant_ratings
id
increments
timestamps
timestamps
applicant_id
FK
integer
quizzes
id
increments
timestamps
timestamps
quiz_per_project
id
increments
job_id
FK
integer
quiz_id
FK
integer
timestamps
timestamps
quiz_per_applicant
id
increments
quiz_id
FK
integer
applicant_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01