Home
lms-max
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
students
id
increments
first_name
string
last_name
string
email
string
email_verified_at
timestamp
phone_number
string
timestamps
timestamps
password
string
admins
id
increments
first_name
string
last_name
string
email
string
email_verified_at
timestamp
phone_number
string
timestamps
timestamps
password
string
courses
id
increments
name
string
description
text
requirements
text
owner_id
FK
integer
rate
integer
timestamps
timestamps
classes
id
increments
course_id
FK
integer
topic
string
description
text
audio_path
string
pdf_path
string
free
boolean
timestamps
timestamps
enrolled_courses
id
increments
course_id
FK
integer
student_id
FK
integer
certified_at
timestamp
expires_at
timestamp
timestamps
timestamps
order_id
FK
integer
class_progress
id
increments
timestamps
timestamps
enrolled_id
FK
integer
class_id
FK
integer
completed_on
timestamp
carts
id
increments
course_id
FK
integer
student_id
FK
integer
price
integer
order_id
FK
integer
timestamps
timestamps
orders
id
increments
timestamps
timestamps
student_id
FK
integer
student_name
string
address
string
city
string
state
string
country
string
zip
string
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01