Home
users
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (5)
roles
id
increments
title
string
users
id
bigIncrements
timestamps
timestamps
username
string
(30)
email
string
(100)
password
string
(100)
salt
string
(30)
register_ip
string
(15)
forget_token
string
(100)
active_token
string
(100)
permissions
id
increments
slug
string
(100)
permission_role
permission_id
FK
integer
role_id
FK
integer
role_user
role_id
FK
integer
user_id
FK
bigInteger
login_attempts
id
increments
user_id
FK
bigInteger
login_ip
string
(15)
login_time
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01