Home
expense
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
first_name
string
last_name
string
email
string
account_balance
bigInteger
months
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
exspenses
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
date
date
description
text
month_id
FK
integer
shops
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
location
string
user_id
FK
integer
lists
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
shop_id
FK
integer
items
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
price
bigInteger
quantity
integer
list_id
FK
integer
income
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
amount
bigInteger
month_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01