Home
michmach
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
fullname
string
email
string
dial_code
string
(5)
mobile_number
string
avatar_url
string
mobile_verified
boolean
email_verfied
boolean
is_active
tinyInteger
password
string
timestamps
timestamps
items
id
increments
user_id
FK
integer
category_id
FK
integer
title
string
description
string
value
decimal
timestamps
timestamps
wishlist_id
FK
integer
item_images
id
increments
item_id
FK
integer
image_url
string
is_default
boolean
timestamps
timestamps
wishlist_categories
id
increments
category_id
FK
integer
wishlist_id
integer
timestamps
timestamps
categories
id
increments
title
string
parent_id
integer
timestamps
timestamps
wishlists
id
increments
title
string
user_id
FK
integer
timestamps
timestamps
item_offers
id
increments
offer_item_id
FK
integer
lister_item_id
integer
accepted_at
timestamp
cancelled_by
integer
cancelled_at
timestamp
timestamps
timestamps
subscriptions
id
increments
subscription_plan_id
integer
user_id
integer
title
string
price
decimal
validity
integer
timestamps
timestamps
class
string
subscription_plans
id
increments
title
string
description
string
price
decimal
interval
string
period
string
timestamps
timestamps
user_social_networks
id
increments
user_id
FK
integer
provider_id
integer
provider
string
timestamps
timestamps
notifications
id
increments
user_id
integer
type
string
notifiable_id
string
notifiable_type
string
data
string
read_at
timestamp
timestamps
timestamps
user_devices
id
increments
user_id
integer
token
string
type
integer
token_type
integer
imei
string
device_model
string
extra_data
string
is_active
boolean
timestamps
timestamps
×
Comments for michmach
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01