Home
laravel-blog
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
password
string
name
string
status
enum
timestamps
timestamps
softDeletes
softDeletes
posts
id
increments
user_id
FK
integer
title
string
body
text
status
enum
timestamps
timestamps
comments
id
increments
user_id
FK
integer
post_id
FK
integer
body
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01