Home
users
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
roles
id
increments
title
string
users
id
increments
timestamps
timestamps
username
string
(30)
email
string
(100)
password
string
(100)
salt
string
(30)
register_ip
string
(15)
forget_slug
string
(100)
active_slug
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
integer
login_attempts
id
increments
user_id
FK
integer
login_ip
string
(15)
login_time
timestamp
×
Comments for users
aldren.terante . 29 August 2014
why role_user and permission_role table is not connected with other tables?
[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