Home
wrg_prio_automation
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
name
string
(255)
email
string
(255)
nickname
string
(255)
slack_id
string
(255)
department_id
FK
integer
role_id
FK
integer
created_by
integer
updated_by
string
(255)
timestamps
timestamps
softDeletes
softDeletes
allocations
id
increments
user_id
FK
integer
time
datetime
task
string
(255)
priority
string
(255)
project_id
FK
integer
created_by
string
(255)
updated_by
string
(255)
timestamps
timestamps
softDeletes
softDeletes
departments
id
increments
name
string
(255)
slug
string
created_by
string
(255)
updated_by
string
(255)
timestamps
timestamps
softDeletes
softDeletes
projects
id
increments
name
string
(255)
slack_id
string
(255)
red_pill_link
string
(255)
type
enum
status
enum
pm_id
FK
integer
dm_id
FK
integer
created_by
string
updated_by
string
(255)
timestamps
timestamps
softDeletes
softDeletes
roles
id
increments
name
string
created_by
string
(255)
updated_by
string
(255)
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01