Home
Sentry User Extend Social
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
password
string
first_name
string
last_name
string
permissions
text
activated
tinyInteger
activation_code
string
activated_at
timestamp
last_login
timestamp
persist_code
string
reset_password_code
string
timestamps
timestamps
softDeletes
softDeletes
socials
id
increments
user_id
FK
integer
type
string
social_id
integer
username
string
url
text
extra
text
timestamps
timestamps
softDeletes
softDeletes
user_details
id
increments
user_id
FK
integer
birth_date
timestamp
timestamps
timestamps
softDeletes
softDeletes
groups
id
increments
name
string
permissions
text
timestamps
timestamps
softDeletes
softDeletes
throttle
id
increments
user_id
FK
integer
ip_address
string
attempts
integer
suspended
tinyInteger
banned
tinyInteger
last_attempt_at
timestamp
suspended_at
timestamp
banned_at
timestamp
users_groups
user_id
integer
group_id
integer
transactions
id
increments
timestamps
timestamps
date
date
notification
boolean
amount
float
user_id
integer
wallet_id
integer
category_id
integer
wallets
id
increments
timestamps
timestamps
currency
string
(4)
type
string
(2)
color
string
(7)
title
string
(100)
description
string
(600)
user_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01