Home
Karam
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
items
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
description
text
wholesale_price
double
stock
integer
approved
boolean
operating_margin
double
appear_to
enum
category_id
FK
bigInteger
vendor_id
FK
bigInteger
carts
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
bigInteger
carts_items
id
increments
timestamps
timestamps
softDeletes
softDeletes
cart_id
FK
bigInteger
product_id
FK
bigInteger
orders
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
bigInteger
vendor_id
FK
bigInteger
status
enum
sub_total
double
delivary_charge
double
service_charge
double
discount
double
total
double
shipping_address
text
payment_method
enum
total_profit_margin
double
order_no
string
delivary_code
string
address_id
FK
bigInteger
cancelled_reason
text
order_item
id
increments
timestamps
timestamps
order_id
FK
bigInteger
product_id
FK
bigInteger
quantity
integer
price
double
users
id
increments
timestamps
timestamps
name
string
(255)
email
string
phone
string
pssword
string
user_type
enum
status
enum
categories
id
increments
timestamps
timestamps
name
string
parent_id
bigInteger
vendors
id
increments
timestamps
timestamps
shop_name
string
description
text
logo
string
approved
boolean
charities
id
increments
timestamps
timestamps
name
string
budget
double
wallets
id
increments
timestamps
timestamps
transactions
id
increments
timestamps
timestamps
reviews
id
increments
timestamps
timestamps
sliders
id
increments
timestamps
timestamps
otps
id
increments
timestamps
timestamps
brands
id
increments
timestamps
timestamps
offers
id
increments
timestamps
timestamps
Addresses
id
increments
timestamps
timestamps
social_medias
id
increments
timestamps
timestamps
profiles
id
increments
timestamps
timestamps
notifications
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01