Home
program
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
first_name
string
(25)
last_name
string
(25)
email
string
password
string
language
integer
active
boolean
timestamps
timestamps
profile
id
increments
user_id
FK
integer
name
string
logo
string
phone
string
email
string
website
string
tax
integer
due_date
integer
currency
integer
timestamps
timestamps
bank
id
increments
user_id
FK
integer
name
string
details
string
account
string
iban
string
swift
string
timestamps
timestamps
address
id
increments
user_id
FK
integer
street
string
postal
integer
city
string
country
string
timestamps
timestamps
client
id
increments
user_id
FK
integer
name
string
vat
string
website
string
phone
string
address
string
email
string
notes
string
type
integer
timestamps
timestamps
invoice
id
increments
client_id
FK
integer
type
integer
date
date
due_date
date
number
string
status
boolean
sub_total
integer
discount
integer
tax
integer
amount_paid
integer
total
integer
notes
text
terms
text
timestamps
timestamps
item
id
increments
category_id
FK
integer
name
string
quantity
integer
price
integer
timestamps
timestamps
category
id
increments
user_id
FK
integer
name
string
timestamps
timestamps
invoice_items
id
increments
invoice_id
FK
integer
product_id
FK
integer
desc
string
quantity
integer
price
integer
total
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01