Home
mvikas-orders-management-roles-and-permissions
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roles
id
increments
name
string
(56)
slug
string
(91)
parent_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
timestamps
timestamps
role_user
id
increments
role_id
FK
bigInteger
user_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
pages
id
increments
name
string
(191)
slug
string
(256)
timestamps
timestamps
softDeletes
softDeletes
role_page
id
increments
role_id
FK
bigInteger
page_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
actions
id
increments
name
string
(56)
slug
string
(91)
timestamps
timestamps
softDeletes
softDeletes
notifications
id
increments
user_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
actionables
id
increments
action_id
FK
bigInteger
actionable
morphs
timestamps
timestamps
template
id
increments
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01