Home
Roles and Permission
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roles
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
guard_name
string
(255)
permissions
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
guard_name
string
(255)
role_has_permissions
role_id
bigInteger
permission_id
bigInteger
model_has_permissions
id
increments
timestamps
timestamps
permission_id
bigInteger
model_id
bigInteger
model_type
string
(255)
model_has_roles
id
increments
timestamps
timestamps
softDeletes
softDeletes
role_id
bigInteger
model_id
bigInteger
model_type
string
(255)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
email
string
(255)
age
string
phone
string
(100)
password
string
(8)
block
tinyInteger
×
Comments for Roles and Permission
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01