Home
relationships
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
id
increments
timestamps
timestamps
country_id
FK
integer
name
string
(150)
addresses
id
increments
timestamps
timestamps
name
string
(150)
country
string
(150)
city
string
(150)
street
string
(150)
user_id
FK
integer
posts
id
increments
timestamps
timestamps
user_id
FK
integer
title
string
(150)
content
string
(255)
comments
id
increments
timestamps
timestamps
post_id
FK
integer
contnet
string
(255)
groups
id
increments
timestamps
timestamps
name
string
(150)
description
string
(255)
group_user
id
increments
timestamps
timestamps
group_id
FK
integer
user_id
FK
integer
countries
id
increments
timestamps
timestamps
name
string
(150)
code
string
(5)
photos
id
increments
timestamps
timestamps
owner_id
integer
owner_type
string
file
string
(255)
games
id
increments
timestamps
timestamps
name
string
(250)
tags
id
increments
timestamps
timestamps
name
string
(150)
taggables
id
increments
timestamps
timestamps
taggable_type
string
taggable_id
integer
tag_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01