Home
fomo_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
Name
string
(2555)
email
string
(255)
password
string
(255)
timestamps
timestamps
softDeletes
softDeletes
roles
id
increments
name
string
timestamps
timestamps
mentors
id
increments
tag_id
FK
integer
user_id
FK
integer
name
string
slug
string
bio
string
experience
string
short_description
string
description
string
image
string
timestamps
timestamps
tags
id
increments
name
string
slug
string
timestamps
timestamps
social_links
id
increments
mentor_id
FK
integer
name
string
link
string
icon
string
timestamps
timestamps
package_sections
id
increments
name
string
slug
string
icon
string
timestamps
timestamps
packages
id
increments
mentor_id
FK
integer
package_section_id
FK
integer
amount
double
meeting_timing
string
description
string
timestamps
timestamps
schedule_forms
id
increments
package_id
FK
integer
time_zones
timestampsTz
timestamps
timestamps
section_forms
id
increments
multi_package_section_id
FK
integer
package_id
FK
integer
schedule_form_id
FK
integer
email
string
name
string
amount
double
phone
string
resume
string
recording_amount
double
short_description
string
timestamps
timestamps
select_date
id
increments
schedule_form_id
FK
integer
date
date
timestamps
timestamps
select_time
id
increments
select_time_id
FK
integer
select_time
time
timestamps
timestamps
ratings
id
increments
package_id
FK
integer
user_id
FK
integer
star_number
double
message
string
timestamps
timestamps
multiple_packages
id
increments
package_section_id
FK
integer
final_amount
double
final_section_count
integer
timestamps
timestamps
multi_package_sections
id
increments
multiple_package_id
FK
integer
section_name
string
section_count
integer
timing
string
amount
double
timestamps
timestamps
×
Comments for fomo_db
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01