Home
person
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
person
id
increments
initials
string
(10)
first_name
string
(100)
surname
string
(100)
birth_date
date
known_as
string
(50)
marital_status_id
integer
spouse_full_name
string
(50)
gender_id
integer
title_id
integer
id_number
string
(30)
language_id
integer
personable
morphs
timestamps
timestamps
softDeletes
softDeletes
person_employee
id
increments
department_id
integer
team_id
integer
job_title_id
integer
employee_no
string
(50)
employee_code
string
(50)
date_joined
date
tax_status_id
integer
tax_number
string
(50)
timestamps
timestamps
softDeletes
softDeletes
candidate_statuses
id
increments
description
string
(50)
is_system_predefined
boolean
timestamps
timestamps
softDeletes
softDeletes
person_candidate
id
increments
timestamps
timestamps
softDeletes
softDeletes
candidate_status_id
FK
integer
vacancies
id
increments
job_title_id
integer
employees_needed
integer
softDeletes
softDeletes
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01