Home
fels_132
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
email
string
avatar
string
password
string
roles
integer
created_at
timestamps
updated_at
timestamps
categories
id
increments
name
string
created_at
timestamps
updated_at
timestamps
relationships
id
increments
follower_id
integer
created_at
timestamps
updated_at
timestamps
follwing_id
integer
words
id
increments
content
string
category_id
integer
created_at
timestamps
updated_at
timestamps
word_answers
id
increments
content
string
word_id
integer
correct
boolean
created_at
timestamps
updated_at
timestamps
lesson_words
id
increments
lesson_id
integer
word_id
integer
word_answer_id
integer
created_at
timestamps
updated_at
timestamps
activities
id
increments
user_id
integer
action_type
string
target_id
integer
created_at
timestamps
updated_at
timestamps
lessons
id
increments
user_id
integer
category_id
integer
result
string
created_at
timestamps
updated_at
timestamps
user_words
id
increments
word_id
integer
user_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01