Home
explore
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
type
string
(50)
email
string
(500)
name
string
(500)
timestamps
timestamps
post
id
increments
user_id
FK
integer
body
text
tags
text
status
string
(20)
timestamps
timestamps
comment
id
increments
parent_id
integer
user_id
FK
integer
post_id
FK
integer
content
text
timestamps
timestamps
post_like
id
increments
user_id
FK
integer
post_id
FK
integer
status
tinyInteger
timestamps
timestamps
comment_like
id
increments
user_id
FK
integer
comment_id
FK
integer
timestamps
timestamps
user_follow
id
increments
source_id
FK
integer
target_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01