Home
ecommerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
timestamps
timestamps
softDeletes
softDeletes
phone
string
(15)
name
string
(255)
email
string
(255)
location
text
status
enum
v_code
integer
v_code_expired
timestamp
wallet_passcode
string
managers
id
increments
timestamps
timestamps
user
string
pass
string
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
tags
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
products
id
increments
timestamps
timestamps
softDeletes
softDeletes
category_id
integer
name
string
price
double
status
enum
description
text
quantity_order
integer
dimension
string
store_id
integer
product_rates
id
increments
timestamps
timestamps
softDeletes
softDeletes
client_id
integer
product_id
integer
rate
integer
comments
id
increments
timestamps
timestamps
softDeletes
softDeletes
client_id
integer
product_id
integer
text
string
packages
id
increments
timestamps
timestamps
softDeletes
softDeletes
package_products
id
increments
timestamps
timestamps
softDeletes
softDeletes
package_id
integer
product_id
integer
offers
id
increments
timestamps
timestamps
softDeletes
softDeletes
product_id
integer
expired
timestamp
text
string
offer
integer
details_products
id
increments
timestamps
timestamps
softDeletes
softDeletes
product_id
integer
color
string
color_name
string
size
string
orders
id
increments
timestamps
timestamps
softDeletes
softDeletes
code
string
client_id
integer
tax_number
string
ship_price
double
total_product_price
double
payment_method
string
status
text
address
text
order_products
id
increments
timestamps
timestamps
softDeletes
softDeletes
order_id
integer
product_id
integer
product_price
double
amount
integer
product_details_id
integer
wallets_transactions
id
increments
timestamps
timestamps
softDeletes
softDeletes
pay_method
string
status
string
client_id
integer
amount
double
stores
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
×
Comments for ecommerce
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01