Home
Posts
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
posts
id
increments
group_id
integer
user_id
integer
city_id
integer
content
string
(200)
timestamps
timestamps
softDeletes
softDeletes
groups
id
increments
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
cities
id
increments
country_id
integer
name
string
timestamps
timestamps
softDeletes
softDeletes
countries
id
increments
timestamps
timestamps
softDeletes
softDeletes
group_users
id
increments
group_id
integer
user_id
integer
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01