Home
incremental_cms
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
email
string
password
string
remember_token
string
created_at
timestamp
updated_at
datetime
games
id
increments
developer
bigInteger
submitter
bigInteger
name
string
slug
string
tagline
string
description
string
website
string
screenshot
string
votes_up
bigInteger
votes_down
bigInteger
clicks_total
bigInteger
clicks_unique
bigInteger
created_at
timestamp
updated_at
datetime
deleted_at
datetime
game_clicks
id
increments
game_id
bigInteger
user_id
bigInteger
source
string
ip_address
string
created_at
timestamp
updated_at
datetime
game_votes
id
increments
game_id
bigInteger
user_id
bigInteger
up_down
bigInteger
ip_address
string
created_at
timestamp
updated_at
datetime
deleted_at
datetime
comments
id
increments
game_id
bigInteger
user_id
bigInteger
reply_to
bigInteger
comment
string
rating_up
bigInteger
rating_down
bigInteger
created_at
timestamp
updated_at
datetime
deleted_at
datetime
screenshots
id
increments
game_id
bigInteger
user_id
bigInteger
screenshot
string
description
string
created_at
timestamp
updated_at
datetime
deleted_at
datetime
logs
id
increments
who
bigInteger
what
string
where
string
link
string
created_at
timestamp
updated_at
datetime
comment_ratings
id
increments
comment_id
bigInteger
user_id
bigInteger
up_down
bigInteger
ip_address
string
created_at
timestamp
updated_at
datetime
deleted_at
datetime
password_resets
id
increments
email
string
token
string
created_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01