Home
pm
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
user_type
tinyInteger
timestamps
timestamps
user_type
id
increments
name
string
(200)
customer
id
increments
name
string
(200)
timestamps
timestamps
customer_contact
id
increments
customer_id
FK
integer
first_name
string
(200)
last_name
string
(200)
timestamps
timestamps
project
id
increments
customer_id
FK
integer
title
string
(500)
timestamps
timestamps
task
id
increments
task_id
FK
integer
title
string
(500)
timestamps
timestamps
user_task
id
increments
user_id
FK
integer
task_id
FK
integer
timestamps
timestamps
message
id
increments
task_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01