Home
andregonc
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
blog_posts
id
increments
timestamps
timestamps
title
string
content
string
user_id
FK
bigInteger
excerpt
text
status
enum
featured_image
string
approved
boolean
Categories
id
increments
timestamps
timestamps
name
string
Users
id
increments
timestamps
timestamps
name
string
username
string
password
string
email
string
role_id
enum
PostCategories
id
increments
timestamps
timestamps
post_id
FK
bigInteger
category_id
FK
bigInteger
PostRelateds
id
increments
timestamps
timestamps
post_id
FK
bigInteger
related_post_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01