Home
training_blog_3
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(100)
email
string
(250)
password
string
created_at
timestamps
updated_at
timestamps
deleted_at
timestamps
entries
id
increments
user_id
FK
integer
title
string
(200)
body
text
created_at
timestamps
updated_at
timestamps
deleted_at
timestamps
comments
id
increments
created_at
timestamps
updated_at
timestamps
deleted_at
timestamps
user_id
FK
integer
entry_id
FK
integer
comment
text
relationships
id
increments
following_id
FK
integer
follower_id
FK
integer
created_at
timestamps
updated_at
timestamps
deleted_at
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01