Home
sanjeman
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
resumes
id
bigIncrements
title
string
(50)
first_name
json
last_name
json
gender
enum
about_me
text
parent_id
FK
bigInteger
uuid
uuid
birthday
timestamp
created_at
timestamps
updated_at
timestamp
educations
id
bigIncrements
resume_id
FK
bigInteger
major_id
FK
bigInteger
school_id
FK
bigInteger
title
json
degree
float
position
tinyInteger
description
json
activities_and_societies
json
parent_id
FK
bigInteger
start_at
timestamp
end_at
timestamp
created_at
timestamp
updated_at
timestamp
work_experiences
id
bigIncrements
resume_id
FK
bigInteger
company_id
FK
bigInteger
city_id
FK
integer
title
json
employment_type
enum
description
json
position
tinyInteger
parent_id
FK
bigInteger
start_at
timestamp
end_at
timestamp
created_at
timestamp
updated_at
timestamp
companies
id
increments
city_id
FK
integer
name
string
(100)
created_at
timestamps
updated_at
string
schools
id
bigIncrements
city_id
FK
bigInteger
name
string
(100)
created_at
timestamp
updated_at
timestamp
majors
id
increments
title
string
(60)
created_at
timestamp
updated_at
timestamp
skills
id
bigIncrements
title
string
(80)
created_at
timestamp
updated_at
timestamp
skillables
id
bigIncrements
skill_id
FK
bigInteger
resume_id
FK
bigInteger
type
enum
level
enum
position
tinyInteger
created_at
timestamp
updated_at
string
media
id
bigIncrements
mediable_id
bigInteger
mediable_type
string
name
string
path
string
created_at
timestamps
updated_at
timestamp
cities
id
increments
province_id
FK
integer
title
string
(30)
updated_at
timestamps
created_at
timestamp
provinces
id
increments
title
string
(30)
created_at
timestamp
updated_at
timestamps
licenses
id
bigIncrements
resume_id
FK
bigInteger
company_id
FK
bigInteger
name
json
credential_id
string
(50)
credential_url
string
(191)
Issue_date
timestamp
expiration_date
timestamp
created_at
timestamp
updated_at
timestamp
countries
id
increments
name
string
(35)
updated_at
timestamp
created_at
timestamp
contact_info
id
bigIncrements
title
json
type
enum
value
string
created_at
timestamp
updated_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01