Home
Hangout
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(100)
email
string
(55)
number
string
(100)
code
string
(50)
type
enum
experince
string
(200)
topics
string
(200)
fees
string
about
string
(200)
school
string
gender
enum
work
string
(200)
softDeletes
softDeletes
timestamps
timestamps
address
string
(200)
receive_notification
boolean
appear_in_search
boolean
keep_me_posted
boolean
deactivated
boolean
locked_my_profile
boolean
actvities
id
increments
title
string
(100)
softDeletes
softDeletes
timestamps
timestamps
activity_user
id
increments
user_id
FK
integer
activity_id
FK
integer
timestamps
timestamps
interests
id
increments
title
string
(100)
timestamps
timestamps
photos
id
increments
user_id
FK
integer
photo
string
(500)
timestamps
timestamps
event_id
FK
integer
group_id
FK
integer
activity_event
id
increments
event_id
FK
integer
activity_id
FK
integer
timestamps
timestamps
events
id
increments
from
datetime
to
datetime
location
string
timestamps
timestamps
photo
string
(500)
hosted_by
FK
integer
title
string
(100)
description
text
has_chat
boolean
has_coach
string
attendance_limit
integer
attendence_gender
enum
attendence_min_age
string
attendence_max_age
integer
visible_to_all
boolean
request_needed
boolean
groups
id
increments
name
string
(100)
timestamps
timestamps
group_interest
id
increments
group_id
FK
integer
interest_id
FK
integer
timestamps
timestamps
group_user
id
increments
user_id
FK
integer
group_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01