Home
auth
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(191)
email
string
(191)
password
string
(191)
remember_token
string
created_at
timestamps
updated_at
timestamps
softDeletes
softDeletes
user_metas
id
increments
userid
FK
integer
name
string
value
string
softDeletes
softDeletes
timestamps
timestamps
groups
id
increments
name
string
parent
string
timestamps
timestamps
softDeletes
softDeletes
permissions
id
increments
moduleid
FK
integer
value
string
timestamps
timestamps
softDeletes
softDeletes
group_permissions
id
increments
groupid
FK
integer
permissionid
FK
integer
timestamps
timestamps
softDeletes
softDeletes
modules
id
increments
name
string
namespace
string
timestamps
timestamps
softDeletes
softDeletes
user_permissions
id
increments
userid
FK
integer
permissionid
FK
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01