Home
courses
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
languages
id
increments
name
string
description
text
image
string
timestamps
timestamps
softDeletes
softDeletes
levels
id
increments
level
string
timestamps
timestamps
softDeletes
softDeletes
fremworks
id
increments
name
string
language_id
integer
timestamps
timestamps
softDeletes
softDeletes
courses
id
increments
title
string
description
text
image
string
timestamps
timestamps
softDeletes
softDeletes
lessons
id
increments
title
string
description
text
image
string
course_id
string
timestamps
timestamps
softDeletes
softDeletes
tags
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
articles
id
increments
title
string
content
text
image
string
timestamps
timestamps
softDeletes
softDeletes
students
id
increments
name
string
email
string
password
string
timestamps
timestamps
softDeletes
softDeletes
commentsArticls
id
increments
comment
text
article_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
codes
id
increments
title
string
description
text
image
string
link
string
code
text
timestamps
timestamps
softDeletes
softDeletes
replysCommentsArticles
id
increments
reply
text
comment_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
commentsLessons
id
increments
comment
text
lesson_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
replysCommentsLessons
id
increments
reply
text
comment_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
commentsCourses
id
increments
comment
text
course_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
replysCommentsCourses
id
increments
reply
text
comment_id
string
user_id
string
timestamps
timestamps
softDeletes
softDeletes
libraries
id
increments
name
string
description
text
image
string
PDF
string
timestamps
timestamps
softDeletes
softDeletes
questions
id
increments
question_text
text
answer_explanation
text
more_info_link
string
timestamps
timestamps
softDeletes
softDeletes
questions_options
id
increments
option
string
correct
boolean
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
name
string
content
string
facebook
string
twitter
string
mail
string
keyword
string
timestamps
timestamps
softDeletes
softDeletes
about_us
id
increments
title
string
description
text
image
string
softDeletes
softDeletes
timestamps
timestamps
contact_us
id
increments
name
string
phone
string
mail
string
is_read
boolean
message
text
timestamps
timestamps
softDeletes
softDeletes
paths
id
increments
name
string
description
string
timestamps
timestamps
softDeletes
softDeletes
×
Comments for courses
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01