Home
dimonaerp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
orders
id
increments
total_value
float
total_items
float
total_shipping
float
total_discounts
float
status_id
integer
customer_id
integer
address_id
integer
delivery_type
string
timestamps
timestamps
orderdetails
id
increments
order_id
FK
integer
product_id
string
qty
float
product_price
float
design_price
float
timestamps
timestamps
orderstatuses
id
increments
name
string
timestamps
timestamps
users
id
increments
timestamps
timestamps
designs
id
increments
user_id
FK
integer
name
string
description
text
timestamps
timestamps
sides
id
increments
name
string
image
string
timestamps
timestamps
designdetailtypes
id
increments
name
string
timestamps
timestamps
designdetailimages
id
increments
timestamps
timestamps
designdetail_id
FK
integer
thumbnail
string
fullimage
string
title
string
designdetails
id
increments
design_id
FK
integer
side_id
FK
integer
posx
float
posy
float
height
float
width
float
type_id
FK
integer
total_colors
integer
timestamps
timestamps
designmocks
id
increments
design_id
FK
integer
side_id
FK
integer
name
string
timestamps
timestamps
customers
id
increments
timestamps
timestamps
products
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01