Home
stores
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
type
integer
full_name
char
(255)
phone
string
(255)
email
string
(255)
password
string
(255)
timestamps
timestamps
sliders
id
increments
title
string
(255)
en_title
string
(255)
descr
string
(255)
en_descr
string
(255)
timestamps
timestamps
ads
id
increments
category_id
FK
integer
timestamps
timestamps
categories
id
increments
title
string
(255)
en_title
string
(255)
image
string
(255)
timestamps
timestamps
parent_id
integer
products
id
increments
ar_name
string
en_name
string
(255)
ar_descr
string
(255)
en_descr
string
(255)
discount_value
string
(255)
type
integer
price
string
(255)
qty
integer
category_id
FK
integer
timestamps
timestamps
images
id
increments
image
string
(255)
type
integer
product_id
FK
integer
store_id
integer
timestamps
timestamps
colors
id
increments
name
string
(255)
en_name
string
(255)
product_id
FK
integer
timestamps
timestamps
stores
id
increments
user_id
FK
integer
product_id
FK
integer
name
string
(255)
en_name
string
(255)
logo
string
(255)
descr
string
(255)
en_descr
string
(255)
category_id
FK
integer
lng
double
lat
double
timestamps
timestamps
favourites
id
increments
user_id
FK
integer
product_id
FK
integer
store_id
FK
integer
timestamps
timestamps
ask
id
increments
ask
string
(255)
en_ask
string
(255)
type
string
timestamps
timestamps
answers
id
increments
answer
string
(255)
en_answer
string
(255)
ask_id
FK
integer
timestamps
timestamps
offers
id
increments
store_id
FK
integer
discount_value
string
(255)
timestamps
timestamps
wallet
id
increments
user_id
FK
integer
money
integer
instead_of_money
integer
timestamps
timestamps
orders
id
increments
user_id
FK
integer
color_id
FK
integer
qty
integer
product_id
FK
integer
timestamps
timestamps
contact_us
id
increments
name
string
(255)
email
string
(255)
message
string
(255)
timestamps
timestamps
settings
id
increments
slug
string
(255)
name
string
(255)
value
string
(255)
type
string
module
string
orderby
string
(255)
timestamps
timestamps
messages
id
increments
user_id
FK
integer
message
string
(255)
timestamps
timestamps
notifications
id
increments
notifiable_type
string
(255)
notifiable_id
bigInteger
type
string
(255)
data
text
timestamps
timestamps
read_at
integer
ratings
id
increments
degree
string
(255)
store_id
FK
integer
user_id
FK
integer
product_id
FK
integer
order_id
FK
integer
timestamps
timestamps
credit_cart
id
increments
user_id
FK
integer
idn
integer
name
string
(255)
date_expired
string
(255)
timestamps
timestamps
country
id
increments
name
string
(255)
en_name
string
(255)
timestamps
timestamps
cities
id
increments
country_id
FK
integer
value_charge
string
(255)
name
string
(255)
en_name
string
(255)
timestamps
timestamps
addresses
id
increments
first_name
string
(255)
family_name
string
(255)
country_id
FK
integer
city_id
FK
integer
street
string
(255)
floor_number
string
(255)
phone
string
(255)
note
string
(255)
user_id
FK
integer
discount_coupon
string
(255)
timestamps
timestamps
×
Comments for stores
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01