Home
trn
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
channels
id
increments
user_id
integer
name
string
(255)
description
text
subscription_price
integer
website_url
string
(255)
facebook_url
string
(255)
twitter_url
string
(255)
instagram_url
string
(255)
snapchat_url
string
(255)
analytics_id
string
(255)
16x9_image
string
(255)
4x3_image
string
(255)
1x1_image
string
is_visible
boolean
is_approved
boolean
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
name
string
(255)
email
string
(255)
email_verified_at
timestamp
password
string
(255)
is_admin
boolean
is_producer
boolean
timestamps
timestamps
softDeletes
softDeletes
podcasts
id
increments
channel_id
FK
integer
title
string
(255)
description
text
preview_image
string
(255)
path
string
(255)
file_name
string
(255)
source
string
(255)
duration
integer
published_date
datetime
accessibility
enum
ppv_price
integer
is_visible
boolean
timestamps
timestamps
softDeletes
softDeletes
videos
id
increments
channel_id
FK
integer
title
string
(255)
description
text
preview_image
string
(255)
poster_image
string
(255)
path
string
(255)
file_name
string
(255)
source
string
(255)
duration
integer
published_date
timestamp
accessibility
enum
ppv_price
integer
is_visible
boolean
timestamps
timestamps
softDeletes
softDeletes
live_streams
id
increments
channel_id
FK
integer
title
string
(255)
description
text
preview_image
string
(255)
poster_image
string
(255)
stream_url
string
(255)
duration
integer
published_date
timestamp
begining_datetime
datetimeTz
end_datetime
datetimeTz
accessibility
enum
post_update_accessibilty
enum
ppv_price
integer
is_live
boolean
is_visible
boolean
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01