Home
Task Manager
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
veron_id
integer
company_id
integer
role_id
integer
username
string
name
string
(191)
email
string
(191)
password
text
remember_token
text
timestamps
timestamps
softDeletes
softDeletes
projects
id
increments
veron_id
integer
company_id
integer
name
string
(191)
detail
text
version
string
(191)
live_url
string
(191)
test_url
string
(191)
html_url
string
(191)
timestamps
timestamps
softDeletes
softDeletes
tickets
id
increments
status_id
integer
company_id
integer
project_id
integer
type_id
tinyInteger
priority_id
integer
name
string
(191)
detail
text
start_time
timestamp
finish_time
timestamp
working_hours
time
problem_reason
text
problem_solution
text
timestamps
timestamps
softDeletes
softDeletes
ticket_statuses
id
increments
name
string
(191)
color
string
(191)
comments
id
increments
status_id
tinyInteger
comment_id
integer
ticket_id
integer
user_id
integer
detail
text
timestamps
timestamps
softDeletes
softDeletes
attachments
id
increments
model_id
integer
model_type
string
name
string
(191)
path
string
timestamps
timestamps
softDeletes
softDeletes
user_tickets
user_id
integer
ticket_id
integer
roles
id
increments
name
string
(191)
logs
id
increments
user_id
integer
model_id
integer
model_type
text
detail
text
timestamps
timestamps
softDeletes
softDeletes
ticket_types
id
increments
name
string
(191)
color
string
(191)
ticket_priorities
id
increments
name
string
(191)
color
string
(191)
companies
id
increments
veron_id
integer
status
tinyInteger
name
string
email
string
phone
string
website
string
timestamps
timestamps
softDeletes
softDeletes
user_extras
id
increments
key
string
value
text
timestamps
timestamps
softDeletes
softDeletes
contracts
id
increments
company_id
integer
project_id
integer
type_id
integer
start_date
datetime
finish_date
datetime
timestamps
timestamps
softDeletes
softDeletes
working_hours
double
contract_types
id
increments
name
string
color
string
tasks
id
increments
status_id
tinyInteger
ticket_id
integer
detail
text
timestamps
timestamps
softDeletes
softDeletes
statuses
id
increments
name
string
color
string
×
Comments for Task Manager
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01