Home
jobs
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
persons
id
increments
firstName
string
(100)
lastName
string
(100)
secondLastName
string
(100)
isActive
tinyInteger
lastLogin
datetime
timestamps
timestamps
users
id
increments
idPerson
FK
integer
username
string
(100)
password
string
(100)
email
string
(100)
timestamps
timestamps
companys
id
increments
name
string
(150)
timestamps
timestamps
vacancies
id
increments
idCreator
FK
integer
timestamps
timestamps
idRecruiter
FK
integer
idCompany
FK
integer
vacancies_published
id
increments
idVacancy
FK
integer
idJobBoard
tinyInteger
timestamps
timestamps
company_users
id
increments
idPerson
FK
integer
idCompany
FK
integer
timestamps
timestamps
applicants
id
increments
idApplicant
FK
integer
idPublication
integer
timestamps
timestamps
roles
id
increments
timestamps
timestamps
permissions
id
increments
timestamps
timestamps
users_roles
id
increments
idUser
FK
integer
idRole
FK
integer
timestamps
timestamps
roles_permissions
id
increments
idRole
FK
integer
idPermission
FK
integer
timestamps
timestamps
hybridauth_users
id
increments
idUser
FK
integer
identifier
string
(200)
timestamps
timestamps
scopes
id
increments
idUser
FK
integer
idCompany
FK
integer
idVacancy
FK
integer
timestamps
timestamps
softDeletes
softDeletes
professional_experience
id
increments
timestamps
timestamps
softDeletes
softDeletes
company_name
string
(150)
position
string
(150)
salary_min
integer
salary_max
integer
start_date
timestamp
end_date
timestamp
work_description
text
idPerson
FK
integer
academic_studies
id
increments
timestamps
timestamps
softDeletes
softDeletes
academic_area
string
(150)
grade
tinyInteger
academic_institution
string
(255)
start_date
timestamp
end_date
timestamp
idPersona
FK
integer
idPerson
FK
integer
courses
id
increments
timestamps
timestamps
name
string
(150)
type
tinyInteger
academic_institution
string
(255)
start_date
timestamp
end_date
timestamp
idPerson
FK
integer
person_languages
id
increments
timestamps
timestamps
language
tinyInteger
level
tinyInteger
idPerson
FK
integer
recruiters
id
increments
timestamps
timestamps
softDeletes
softDeletes
idAdmin
FK
integer
idRecruiter
FK
integer
credit_bags
id
increments
timestamps
timestamps
softDeletes
softDeletes
publications
integer
highlighters
integer
surveys
integer
videos
integer
candidates
integer
psychometrics
integer
credit_bag_users
id
increments
timestamps
timestamps
softDeletes
softDeletes
idBag
FK
integer
idUser
FK
integer
transaction_history
id
increments
timestamps
timestamps
softDeletes
softDeletes
idExecutor
FK
integer
idAffected
FK
integer
idDetail
FK
integer
idType
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01