Home
ms
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
projects
id
increments
name
string
description
longText
status
enum
start_date
date
end_date
date
srs_file
string
image
string
created_by
FK
integer
softDeletes
softDeletes
timestamps
timestamps
components
id
increments
name
string
description
longText
expected_start_date
date
expected_end_date
date
start_date
date
end_date
date
status
enum
project_id
FK
integer
created_by
FK
integer
softDeletes
softDeletes
timestamps
timestamps
tasks
id
increments
title
string
description
longText
priority
enum
comment
string
status
enum
created_by
FK
integer
assigned_to
FK
integer
component_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
admins
id
increments
name
string
email
string
password
string
timestamps
timestamps
softDeletes
softDeletes
attachments
id
increments
path
string
attachmentable_id
integer
attachmentable_type
string
timestamps
timestamps
bugs
id
increments
title
string
description
longText
priority
enum
comment
string
status
enum
created_by
FK
integer
assigned_to
FK
integer
task_id
FK
integer
component_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01