Home
beedask
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
username
string
email
string
(255)
password
string
(255)
phone
string
(255)
location
string
(255)
gender
enum
avatar_path
string
(255)
facebook_id
string
(255)
facebook_token
string
(255)
facebook_refresh_token
string
(255)
facebook_photo
string
(255)
email_verification_token
string
active
integer
ranking
integer
scores
integer
questions_sent
integer
background_path
string
timestamps
timestamps
questions
id
increments
topic_id
FK
integer
user_id
FK
integer
status_id
FK
integer
body
text
timestamps
timestamps
favorites_count_raw
integer
topics
id
increments
name
string
slug
string
timestamps
timestamps
statuses
id
increments
name
string
slug
string
timestamps
timestamps
answers
id
increments
question_id
FK
integer
user_id
FK
integer
party_id
FK
integer
timestamps
timestamps
body
text
parties
id
increments
name
string
slug
string
avatar_path
string
timestamps
timestamps
votes
id
increments
answer_id
FK
integer
question_id
FK
integer
user_id
FK
integer
timestamps
timestamps
favorites
id
increments
user_id
FK
integer
question_id
FK
integer
timestamps
timestamps
activities
id
increments
user_id
FK
integer
subject_id
integer
subject_type
string
type
string
timestamps
timestamps
comments
id
increments
user_id
FK
integer
question_id
FK
integer
body
text
timestamps
timestamps
pool
id
increments
user_id
FK
integer
question_id
FK
integer
timestamps
timestamps
scores
id
increments
answer_id
integer
question_id
integer
user_id
integer
value
integer
timestamps
timestamps
members
id
increments
user_id
FK
integer
party_id
FK
integer
title
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01