Home
framgia_elearning
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(255)
password
string
avatar
string
is_admin
boolean
timestamps
timestamps
user_relationships
id
increments
follower_id
FK
integer
followed_id
FK
integer
timestamps
timestamps
lessons
id
increments
user_id
FK
integer
category_id
FK
integer
timestamps
timestamps
categories
id
increments
description
text
name
string
(255)
timestamps
timestamps
words
id
increments
category_id
FK
integer
timestamps
timestamps
lesson_words
id
increments
lesson_id
FK
integer
timestamps
timestamps
activities
id
increments
user_id
FK
integer
action_id
integer
action_type
string
(255)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01