Home
Push notification
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
channels
id
increments
channel_slug
string
(255)
timestamps
timestamps
notifications
id
increments
notification_body
text
timestamps
timestamps
channel_notification
channel_id
integer
notification_id
integer
projects
id
increments
project_name
string
(255)
project_slug
string
(255)
timestamps
timestamps
users
id
increments
username
string
(255)
password
string
(255)
email
string
(255)
timestamps
timestamps
comments
id
increments
parent_id
integer
user_id
integer
project_id
integer
issue_id
integer
comment_body
text
comment_slug
string
(255)
timestamps
timestamps
project_user
project_id
integer
user_id
integer
user_detail
id
increments
first_name
string
(255)
last_name
string
(255)
birth_date
date
timestamps
timestamps
issues
id
increments
project_id
FK
integer
issue_name
text
severity
string
(255)
category
string
(255)
priority
string
(255)
platform
string
(255)
description
text
status
string
(255)
timestamps
timestamps
user_issue
user_id
FK
integer
issue_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01