Home
jobizz
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(200)
email
string
(200)
phone
string
(200)
password
string
(200)
provider_id
bigInteger
provider_name
string
(200)
rememberToken
rememberToken
confermed_email
boolean
pin_code
char
(200)
timestamps
timestamps
applications
id
increments
profile_id
integer
resume_id
integer
job_id
integer
status
enum
cover_later
string
(250)
cover_path
text
applied_date
timestamp
timestamps
timestamps
experiences
id
increments
profile_id
integer
company_name
string
(200)
job_title
string
(200)
start_date
date
end_date
date
timestamps
timestamps
educations
id
increments
school_name
string
(200)
degree
string
(250)
study_field
string
(200)
start_date
date
end_date
date
profile_id
integer
timestamps
timestamps
portfolios
id
increments
profile_id
integer
type
enum
content
text
image_id
FK
integer
timestamps
timestamps
images
id
increments
file_path
text
timestamps
timestamps
countries
id
increments
timestamps
timestamps
name
string
(200)
locations
id
increments
city
string
(200)
country_id
FK
integer
timestamps
timestamps
categories
id
increments
timestamps
timestamps
name
string
(200)
image_id
FK
integer
resumes
id
increments
profile_id
integer
file_path
text
timestamps
timestamps
jobs
id
increments
title
string
(200)
company_id
FK
integer
location_id
FK
integer
category_id
FK
integer
jop_type_id
FK
integer
salary
float
description
text
requirement
text
experience_level
enum
status
enum
timestamps
timestamps
profiles
id
increments
user_id
integer
image_id
FK
integer
job_title
string
(200)
timestamps
timestamps
job_typies
id
increments
name
enum
timestamps
timestamps
category_profile
id
increments
profile_id
FK
integer
category_id
FK
integer
timestamps
timestamps
companies
id
increments
name
string
(200)
location_id
FK
integer
admin_id
FK
integer
web_link
text
linkedin_link
text
image_path
string
(255)
about_company
text
timestamps
timestamps
reviews
id
increments
profile_id
FK
integer
company_id
FK
integer
num_of_star
smallInteger
timestamps
timestamps
messages
id
increments
content
text
sender_id
FK
integer
receiver_id
FK
integer
read_at
timestamp
timestamps
timestamps
notifications
id
increments
job_id
FK
integer
message
string
(200)
title
string
(200)
timestamps
timestamps
job_titles
id
increments
name
string
(200)
timestamps
timestamps
preferences
id
increments
profile_id
FK
integer
location_id
FK
integer
salary_range
json
job_type_id
FK
integer
office
enum
timestamps
timestamps
job_title_preference
id
increments
preference_id
FK
integer
job_title_id
FK
integer
timestamps
timestamps
job_profile
id
increments
profile_id
FK
integer
job_id
FK
integer
timestamps
timestamps
settings
id
increments
user_id
FK
integer
about_app
text
timestamps
timestamps
notification_profile
id
increments
timestamps
timestamps
notification_id
FK
integer
profile_id
FK
integer
admins
id
increments
email
string
(200)
password
string
role
enum
rememberToken
rememberToken
timestamps
timestamps
×
Comments for jobizz
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01