Home
Projeto
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
dbname
string
name
string
email
string
password
string
remember_token
string
role
string
contacts
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
email
string
country
string
city
string
address
string
zipcode
string
neighborhood
string
phone
string
website
string
moreinfo
text
settings
id
increments
timestamps
timestamps
key
string
value
string
fin_bills
id
increments
timestamps
timestamps
softDeletes
softDeletes
project_id
FK
integer
contact_id
FK
integer
category_id
FK
integer
direction
tinyInteger
total_amount
decimal
(10,2)
name
string
moreinfo
text
fin_installments
id
increments
timestamps
timestamps
softDeletes
softDeletes
bill_id
FK
integer
amount
decimal
(10,2)
due_at
date
paid_at
date
proj_projects
id
increments
timestamps
timestamps
softDeletes
softDeletes
category_id
FK
integer
contact_id
FK
integer
user_id
FK
integer
starts_at
date
ends_at
date
status_id
FK
integer
name
string
briefing
text
value
decimal
(10,2)
proj_tasks
id
increments
timestamps
timestamps
softDeletes
softDeletes
project_id
FK
integer
user_id
FK
integer
name
string
description
text
starts_at
date
ends_at
date
finished_at
datetime
fin_categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
proj_categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
proj_status
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01