Home
EduApp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
first_name
string
last_name
string
dob
date
location
string
email
string
api_token
string
(60)
user_type
string
avatar
string
password
string
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
title
string
description
string
color
string
timestamps
timestamps
softDeletes
softDeletes
courses
id
increments
teacher_id
bigInteger
category_id
integer
title
string
sub_title
string
description
longText
duration_in_hours
integer
video_url
string
price
float
discount
integer
discount_price
integer
refund_policy
longText
image_url
string
what_will_learn
longText
prerequisite
string
requirements
longText
view_count
integer
status
integer
rating
integer
timestamps
timestamps
softDeletes
softDeletes
enrollment
id
increments
user_id
bigInteger
course_id
string
payment_id
integer
timestamps
timestamps
softDeletes
softDeletes
comment
id
increments
content
string
user_id
bigInteger
course_id
bigInteger
timestamps
timestamps
softDeletes
softDeletes
payment
id
increments
user_id
bigInteger
course_id
bigInteger
amount
float
status
string
mode_of_payment
string
payment_operator
string
timestamps
timestamps
softDeletes
softDeletes
teachers
id
increments
user_id
bigInteger
profile
string
bio
longText
profile_photo
string
timestamps
timestamps
×
Comments for EduApp
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01