Home
Hormoz
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
full_name
string
email
string
password
string
fb_id
string
gmail_id
string
twiiter_id
string
role
enum
phone
string
email_verified
enum
email_code
string
timestamps
timestamps
vendors
id
increments
user_id
FK
integer
email
string
name
string
offcial_name
string
phone
string
address
string
Legal_papers
string
is_active
enum
available
string
holding
float
total
float
owner_name
string
bank_name
string
branch_name
string
account_id
string
iban
string
timestamps
timestamps
orders
id
increments
user_id
FK
integer
order_number
string
total_price
float
address_id
integer
status
enum
timestamps
timestamps
address
id
increments
user_id
FK
integer
first_name
string
last_name
string
city
string
street
string
building_number
integer
apartment_number
integer
phone
string
type
enum
description
string
timestamps
timestamps
credits
id
increments
timestamps
timestamps
user_id
FK
integer
name
string
number
string
expire_date
date
cvv
string
products
id
increments
vendor_id
FK
integer
name
string
category_id
integer
maxmim_stock_for_client
integer
weight
float
sku
string
description
string
stock
integer
regluar_price
float
is_sale
enum
sale_precent
float
sale_expire_date
date
catching_word
string
code
string
status
enum
timestamps
timestamps
brand
string
categories
id
increments
timestamps
timestamps
name
string
sub_categories
id
increments
timestamps
timestamps
name
string
category_id
string
galleries
id
increments
timestamps
timestamps
image
string
is_primary
enum
user_product
id
increments
product_id
FK
integer
user_id
FK
integer
timestamps
timestamps
order_product
id
increments
product_id
FK
integer
order_id
FK
integer
timestamps
timestamps
price
string
options
id
increments
name
string
product_id
FK
integer
timestamps
timestamps
option_attribute
id
increments
option_id
FK
integer
option_value
string
quantity
integer
additional_price
float
total_price
float
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01