Home
eemi_learning
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
bigIncrements
name
string
email
string
timestamps
timestamps
courses
id
bigIncrements
user_id
FK
bigInteger
category_id
FK
bigInteger
type
string
(10)
content
text
attributes
json
timestamps
timestamps
categories
id
bigIncrements
name
string
description
text
timestamps
timestamps
courses_questions
id
bigIncrements
type
string
(10)
label
string
attributes
json
course_id
FK
bigInteger
timestamps
timestamps
courses_users_progresses
id
bigIncrements
course_id
FK
bigInteger
last_checkpoint
integer
timestamps
timestamps
courses_users_results
id
bigIncrements
type
string
user_id
FK
bigInteger
response
json
note
integer
course_id
FK
bigInteger
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01