Home
clapstick
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
fl_users
id
increments
timestamps
timestamps
softDeletes
softDeletes
mobile
string
(255)
email
string
(255)
password
string
(255)
otp
string
(6)
status
tinyInteger
fl_personal_infos
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
name
string
(255)
profile_photo
string
(255)
gender
string
(6)
state
string
(255)
city
string
(255)
address
mediumText
pin
string
(6)
fl_bank_accounts
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
bank_name
string
(255)
name
string
(255)
acc_no
string
(20)
ifsc
string
(20)
branch_name
string
(255)
fl_details
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
overview
text
description
longText
education
text
voice_gender
char
(1)
age_category_id
FK
integer
language_id
FK
integer
accent_id
FK
integer
average_work_hours
string
(255)
microphone_details
text
computer_hardware_software
text
special_equipment
text
experience_level_id
FK
integer
fl_job_categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
category_id
FK
integer
status
char
(1)
fl_voice_samples
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
fl_job_category_id
FK
integer
sample
string
(255)
fl_directed_sessions
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
directed_session_id
FK
integer
fl_previous_experiences
id
increments
timestamps
timestamps
softDeletes
softDeletes
fl_users_id
integer
org_name
string
(255)
start_date
date
end_date
date
age_categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
age_from
integer
age_to
integer
status
char
(1)
languages
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
status
char
(1)
accents
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
status
char
(1)
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
status
char
(1)
directed_sessions
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
status
char
(1)
experience_levels
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
status
char
(1)
re_users
id
increments
timestamps
timestamps
softDeletes
softDeletes
mobile
string
(20)
email
string
password
string
(255)
otp
string
(255)
status
char
(1)
re_infos
id
increments
timestamps
timestamps
softDeletes
softDeletes
re_user_id
integer
name
string
(255)
state
string
(255)
city
string
(255)
address
text
pin
string
(10)
gst
string
(20)
pan
string
(20)
description
text
reason_of_hire
text
web_url
string
jobs
id
increments
timestamps
timestamps
softDeletes
softDeletes
re_user_id
integer
category_id
FK
integer
voice_gender
string
(255)
language_id
FK
integer
accent_id
FK
integer
no_of_words
string
(20)
cost_from
double
(10,2)
cost_to
double
(10,2)
deadline_date
date
deadline_time
datetime
job_age_categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
job_id
FK
integer
age_category_id
FK
integer
job_experiences
id
increments
timestamps
timestamps
softDeletes
softDeletes
job_id
FK
integer
experience_level_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01