Home
system
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
todos
id
increments
timestamps
timestamps
todo_name
string
todo_priority
string
todo_status
string
todo_information
text
user
id
increments
timestamps
timestamps
first_name
string
last_name
string
email
string
password
string
(60)
Activated
boolean
tickets
id
increments
timestamps
timestamps
client_id
integer
ticket_name
string
ticket_priority
string
ticket_status
string
ticket_start_date
date
ticket_end_date
date
ticket_information
text
projects
id
increments
timestamps
timestamps
client_id
integer
project_name
string
project_phase
string
project_priority
string
project_status
string
project_start_date
date
project_end_date
string
contacts
id
increments
timestamps
timestamps
user_id
integer
contact_firstname
string
contact_lastname
string
contact_email
string
contact_telephone
string
tasks
id
increments
timestamps
timestamps
client_id
integer
project_id
integer
task_name
string
task_priority
string
task_status
string
task_start_date
date
task_end_date
date
task_information
text
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01