Home
non ecommerce
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admins
id
bigIncrements
name
string
email
string
mobile
string
password
string
timestamps
timestamps
settings
id
bigIncrements
mobile
string
email
string
whatsapp
string
twitter
string
facebook
string
instagram
string
snapchat
string
tax
string
about_us_title
string
about_us_description
text
about_us_image
string
timestamps
timestamps
users
id
bigIncrements
name
string
mobile
string
email
string
image
string
type
enum
password
string
status
enum
market_link
string
commercial_image
string
verification_code
string
verification_status
enum
wallet
string
points
string
timestamps
timestamps
sliders
id
bigIncrements
title
string
description
text
image
string
timestamps
timestamps
contact_us
id
bigIncrements
name
string
email
string
mobile
string
message
text
read
enum
subject
string
timestamps
timestamps
categories
id
bigIncrements
title
string
timestamps
timestamps
products
id
bigIncrements
title
string
description
text
count
string
category_id
FK
bigInteger
client_price
string
merchant_price
string
online_card
enum
timestamps
timestamps
product_images
id
bigIncrements
product_id
FK
bigInteger
image
string
timestamps
timestamps
tags
id
bigIncrements
title
string
timestamps
timestamps
product_tags
id
bigIncrements
product_id
FK
bigInteger
tag_id
FK
bigInteger
timestamps
timestamps
product_cards
id
bigIncrements
card_code
string
available
enum
product_id
FK
bigInteger
timestamps
timestamps
favourites
id
bigIncrements
user_id
FK
bigInteger
product_id
FK
bigInteger
timestamps
timestamps
offers
id
bigIncrements
image
string
timestamps
timestamps
point_products
id
bigIncrements
title
string
description
text
client_point
string
merchant_point
string
count
string
timestamps
timestamps
point_product_images
id
bigIncrements
point_product_id
FK
bigInteger
image
string
timestamps
timestamps
banks
id
bigIncrements
name
string
account_number
string
account_name
string
iban_number
string
timestamps
timestamps
levels
id
bigIncrements
title
string
lowest_rang
string
highest_rang
string
client_point
string
merchant_point
string
timestamps
timestamps
wallet_charges
id
bigIncrements
user_id
FK
bigInteger
bank_id
FK
bigInteger
amount
string
transfer_image
string
transfer_number
string
transfer_date
string
timestamps
timestamps
transfer_name
string
status
enum
notifications
id
bigIncrements
user_id
FK
bigInteger
title
string
description
text
timestamps
timestamps
carts
id
bigIncrements
user_id
FK
bigInteger
product_id
FK
bigInteger
count
string
total_price
string
status
enum
timestamps
timestamps
orders
id
bigIncrements
user_id
FK
bigInteger
total_price
string
payment_method
enum
bank_id
FK
bigInteger
transfer_number
string
transfer_image
string
transfer_date
string
transfer_name
string
timestamps
timestamps
tax
string
status
enum
order_carts
id
bigIncrements
cart_id
FK
bigInteger
order_id
FK
bigInteger
timestamps
timestamps
point_carts
id
bigIncrements
timestamps
timestamps
user_id
FK
bigInteger
point_product_id
FK
bigInteger
total_points
string
status
enum
point_orders
id
bigIncrements
timestamps
timestamps
user_id
FK
bigInteger
status
enum
point_order_carts
id
bigIncrements
point_cart_id
FK
bigInteger
point_order_id
FK
bigInteger
timestamps
timestamps
cart_cards
id
bigIncrements
cart_id
FK
bigInteger
point_cart_id
FK
bigInteger
product_card_id
FK
bigInteger
timestamps
timestamps
loyalotys
id
bigIncrements
timestamps
timestamps
user_id
FK
bigInteger
description
text
points
string
type
enum
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01