Home
blog
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(50)
email
string
(100)
password
string
(200)
blogs
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
blog_content
longText
comments
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
comment_content
text
blog_id
FK
integer
likes
id
increments
timestamps
timestamps
user_id
FK
integer
likes_count
integer
entity_type
integer
entity_id
FK
integer
images
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
entity_type
integer
entity_id
FK
integer
image_url
string
(200)
×
Comments for blog
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01