Home
laminor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(200)
last_name
string
(200)
email
string
(250)
password
string
(255)
sex
boolean
avatar_img
string
(255)
bio
text
last_login
datetime
timestamps
timestamps
remember_token
string
(250)
is_verified
boolean
verification_token
string
(250)
teachers
id
increments
first_name
string
(200)
last_name
string
(200)
email
string
(250)
password
string
(255)
sex
boolean
avatar_img
string
(255)
bio
text
last_login
datetime
timestamps
timestamps
chords
id
increments
name
string
(200)
slug
string
(250)
user_id
integer
artist_id
integer
album_id
integer
genre_id
integer
cover_img
string
(250)
main_scale
string
(50)
chord
text
pub_year
smallInteger
timestamps
timestamps
softDeletes
softDeletes
artist
id
increments
slug
string
(250)
name
string
(200)
latin_name
string
(250)
img
string
(250)
timestamps
timestamps
softDeletes
softDeletes
albums
id
increments
name
string
(250)
slug
string
(250)
pub_year
smallInteger
artist_id
integer
genres
id
increments
name
string
(250)
slug
string
(250)
edited_chords
id
increments
user_id
integer
chord_id
integer
orginal_chord
text
edited_chord
text
album
string
(150)
description
text
pub_year
smallInteger
rhythm
json
reject_reason
text
status
tinyInteger
softDeletes
softDeletes
timestamps
timestamps
tags
id
increments
name
string
(250)
slug
string
(250)
timestamps
timestamps
taggables
tag_id
integer
taggable_id
integer
taggable_type
string
courses
id
increments
title
string
(250)
slug
string
(250)
long_desc
text
short_desc
text
price
decimal
(6,0)
img
string
(250)
genre_id
integer
instrument_id
integer
artist_id
integer
teacher_id
integer
level_id
integer
softDeletes
softDeletes
timestamps
timestamps
instruments
id
increments
name
string
(250)
slug
string
(250)
img
string
(250)
levels
id
increments
name
string
(250)
slug
string
(250)
comments
id
increments
user_id
integer
body
text
commentable_id
integer
commentable_type
string
(250)
timestamps
timestamps
favourites
id
increments
user_id
integer
chord_id
integer
created_at
datetime
rates
id
increments
course_id
integer
user_id
integer
point
tinyInteger
created_at
datetime
episodes
id
increments
title
string
(250)
slug
string
(250)
course_id
integer
is_free
boolean
short_desc
text
timestamps
timestamps
likes
id
increments
chord_id
integer
user_id
integer
created_at
datetime
×
Comments for laminor
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01