Home
laravoice
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
order
id
increments
timestamps
timestamps
customer_id
FK
integer
ordernumber
string
invoice_amount
double
invoice_amount_net
double
status
integer
cleared
integer
currency
string
(5)
order_details
id
increments
timestamps
timestamps
order_id
FK
integer
price
double
quantity
integer
name
string
payment
id
increments
order_id
FK
integer
customer_id
FK
integer
timestamps
timestamps
amount
double
bankname
string
bic
string
(50)
iban
string
(50)
account_holder
string
(50)
bank_code
string
(50)
customer_billingaddress
id
increments
timestamps
timestamps
customer_id
FK
integer
company
string
firstname
string
(50)
lastname
string
(50)
street
string
postcode
string
(50)
city
string
(70)
phone
string
(40)
country_id
FK
integer
ustid
string
(50)
customer
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01