Home
labelmusic
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
activity
active_id
increments
timestamps
timestamps
softDeletes
softDeletes
uploads
upload_id
increments
upload_user_id
integer
upload_file_type
string
(50)
upload_file_size
string
(50)
upload_file_name
string
(100)
timestamps
timestamps
softDeletes
softDeletes
countries
country_id
increments
country_name
string
(100)
timestamps
timestamps
softDeletes
softDeletes
plays
play_id
increments
play_content_id
integer
play_count
integer
timestamps
timestamps
softDeletes
softDeletes
downloads
download_id
increments
download_content_id
integer
download_count
integer
timestamps
timestamps
softDeletes
softDeletes
post
post_id
increments
post_title
string
(100)
post_user_id
integer
post_description
text
post_meta_keyword
string
(200)
post_meta_description
text
post_upload_id
integer
post_collection_id
integer
post_category_id
integer
post_cover_photo_id
integer
timestamps
timestamps
softDeletes
softDeletes
collections
collection_id
increments
collection_name
string
(255)
collection_user_id
integer
timestamps
timestamps
softDeletes
softDeletes
photos
photo_id
increments
photo_upload_id
integer
timestamps
timestamps
softDeletes
softDeletes
users
user_id
increments
user_username
string
(200)
user_email
string
(200)
user_password
string
(255)
user_fullname
string
(255)
user_range
string
(100)
user_is_active
integer
user_profile_id
integer
user_cover_photo_id
integer
user_genre
string
(50)
user_address
string
(255)
user_bio
text
user_is_fb_account
integer
user_birth
date
timestamps
timestamps
softDeletes
softDeletes
views
view_id
increments
view_content_url
string
(200)
view_count
integer
timestamps
timestamps
softDeletes
softDeletes
playlists
id
increments
playlist_name
string
(200)
playlist_description
text
playlist_cover_photo_id
integer
playlist_user_id
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01