Home
users
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
roles
id
increments
title
string
users
id
bigIncrements
timestamps
timestamps
fullname
string
(100)
email
string
(100)
password
string
(100)
salt
string
(30)
register_ip
string
(15)
forget_token
string
(100)
active_token
string
(100)
active
boolean
activation_key
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
createdby
FK
bigInteger
startdate
timestamp
enddate
timestamp
login_attempts
id
increments
user_id
FK
bigInteger
login_ip
string
(15)
login_time
timestamp
browser_agent
string
(100)
success
boolean
×
Comments for users
[email protected]
. 19 December 2018
I made another version that is correct:
http://www.laravelsd.com/share/lNFAjd
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01