Home
Bill
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id
increments
name
string
address
text
tax_office_id
integer
tax_number
string
timestamps
timestamps
softDeletes
softDeletes
bills
id
increments
costumer_id
integer
name
string
serial_number
string
order_number
string
regulated_at
timestamp
shipped_at
timestamp
tax_percentage
integer
currency_code
string
description
text
timestamps
timestamps
softDeletes
softDeletes
tax_offices
id
increments
city_id
integer
name
string
timestamps
timestamps
softDeletes
softDeletes
cities
id
increments
country_id
integer
name
string
timestamps
timestamps
softDeletes
softDeletes
countries
id
increments
name
string
code
string
timestamps
timestamps
softDeletes
softDeletes
products
id
increments
name
text
count
integer
unit_price
integer
timestamps
timestamps
softDeletes
softDeletes
bill_products
id
increments
bill_id
integer
product_id
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01