Home
music_video
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(255)
email
string
(100)
password
string
(60)
remember_token
string
(100)
timestamps
timestamps
role_id
FK
integer
roles
id
increments
name
string
display_name
string
description
text
timestamps
timestamps
videos
id
increments
timestamps
timestamps
youTubeId
string
(12)
duration
string
(40)
video_type_id
integer
youTube_publishedAt
timestamp
song_id
FK
integer
user_id
FK
integer
songs
id
increments
timestamps
timestamps
title
string
(255)
song_type_id
integer
album_id
FK
integer
parent_id
integer
language_id
FK
integer
user_id
FK
integer
video_types
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
song_types
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
genres
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
languages
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
albums
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
album_type_id
FK
integer
artist_roles
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
album_type
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
artists
id
increments
timestamps
timestamps
name
string
(255)
slug
string
(255)
description
text
song_artist_artistRole
song_id
FK
integer
artist_id
FK
integer
artist_role_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01