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