Home
Online Lecture Site
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
users
id
increments
email
string
password
string
permissions
text
activated
string
activation_code
string
activated_at
timestamp
last_login
timestamp
persist_code
string
reset_password_code
string
first_name
string
last_name
string
full_name
string
nick_name
string
timestamps
timestamps
softDeletes
softDeletes
payments
id
increments
timestamps
timestamps
user_id
FK
integer
softDeletes
softDeletes
enrollment_id
FK
integer
lectures
id
increments
order
integer
title
string
description
text
URL
string
timestamps
timestamps
course_id
FK
integer
softDeletes
softDeletes
sample
boolean
courses
id
increments
title
string
summary
text
description
text
target
string
lecture_count
tinyInteger
running_time
string
price
integer
free
boolean
timestamps
timestamps
softDeletes
softDeletes
feature
text
objective
text
course_url_name
string
available
boolean
enrollments
id
increments
timestamps
timestamps
softDeletes
softDeletes
start_date
datetime
end_date
datetime
status
string
course_id
FK
integer
user_id
FK
integer
payment_id
FK
integer
×
Comments for Online Lecture Site
kaqfa . 02 February 2014
what about belongs to many relationship between enrollment and courses?
dooee . 13 March 2014
Sorry for late feedback. Yes, it should be fixed. For better logical structure, I'll fix it in this weekend. Currently this site is too slow and sometimes(-too many times-) shut down. So I couldn't have a chance to fix it. :)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01