Home
courses
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
students
id
increments
timestamps
timestamps
name
string
(255)
email
string
(255)
password
string
(255)
rememberToken
rememberToken
image
string
(255)
twitter_url
string
(255)
facebook_url
string
(255)
LinkedIn_url
string
(255)
description
text
show_profile
boolean
show_cources
boolean
verified_at
timestamp
categories
id
increments
timestamps
timestamps
name
string
(255)
sub_categories
id
increments
timestamps
timestamps
name
string
(255)
category_id
FK
integer
instractors
id
increments
timestamps
timestamps
student_id
FK
integer
courses
id
increments
timestamps
timestamps
title
string
(255)
summary
string
(255)
description
text
language_id
FK
integer
skill_level
integer
published_at
timestamp
free
boolean
price
decimal
(8,2)
instractor_id
FK
integer
image
string
(255)
sub_category_id
FK
integer
congratulations_message
text
welcome_message
text
languages
id
increments
timestamps
timestamps
name
string
(255)
leactures
id
increments
name
string
(255)
description
string
(255)
deuration
integer
vedio
string
(255)
timestamps
timestamps
course_id
FK
integer
content_id
FK
integer
objectives
id
increments
timestamps
timestamps
description
string
(255)
course_id
FK
integer
requierments
description
string
(255)
id
increments
timestamps
timestamps
course_id
FK
integer
contents
id
increments
timestamps
timestamps
title
string
(255)
course_id
FK
integer
resources
id
increments
timestamps
timestamps
leacture_id
FK
integer
title
string
(255)
description
string
(255)
url
string
(255)
file
string
(255)
student_review
id
increments
timestamps
timestamps
description
text
rate
integer
student_id
FK
integer
course_id
FK
integer
wishlists
id
increments
timestamps
timestamps
course_id
FK
integer
student_id
FK
integer
student_skill
id
increments
timestamps
timestamps
skill_id
FK
integer
student_id
FK
integer
enrollments
id
increments
timestamps
timestamps
student_id
FK
integer
course_id
FK
integer
skills
id
increments
timestamps
timestamps
sub_category_id
FK
integer
name
string
(255)
contacts
id
increments
timestamps
timestamps
name
string
(255)
email
string
(255)
message
string
(255)
phone
string
(255)
student_leacture
id
increments
timestamps
timestamps
student_id
FK
integer
leacture_id
FK
integer
note
string
setting
id
increments
timestamps
timestamps
name
string
(255)
description
text
logo
string
(255)
hero_image
string
commission
decimal
facebook_url
string
(255)
twitter_url
string
(255)
instigram_url
string
(255)
carts
id
increments
timestamps
timestamps
student_id
FK
integer
course_id
FK
integer
price
decimal
(8,2)
orders
id
increments
timestamps
timestamps
student_id
FK
integer
cost
decimal
total
decimal
status
integer
order_items
id
increments
timestamps
timestamps
order_id
FK
integer
course_id
FK
integer
price
decimal
(8,2)
commission
decimal
reports
id
increments
timestamps
timestamps
student_id
FK
integer
reportable
morphs
description
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01