Home
Kel'Miss
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
params
id
increments
timestamps
timestamps
company_name
string
legal_form
string
tva_number
string
email
string
phone
string
services
id
increments
timestamps
timestamps
name
string
description
text
prices
text
image
string
options_name
id
increments
timestamps
timestamps
name
string
options
id
increments
timestamps
timestamps
options_name_id
integer
name
string
products_categories_list
id
increments
timestamps
timestamps
name
string
is_principal_cat
boolean
is_secondary_cat
boolean
image
string
title
string
content
string
btn_content
string
url
string
products_categories
id
increments
timestamps
timestamps
id_produit
integer
id_category
integer
products
id
increments
timestamps
timestamps
title
integer
reference
string
description
text
price
decimal
price_closed
decimal
stock
integer
views
integer
active
boolean
products_pictures
id
increments
timestamps
timestamps
product_id
integer
src
string
users
id
increments
timestamps
timestamps
first_name
string
last_name
string
email
string
password
string
users_adresses
id
increments
timestamps
timestamps
user_id
integer
first_name
string
last_name
string
street
string
city
string
postal_code
integer
country
string
is_billing_default
boolean
is_delivery_default
boolean
orders
id
increments
timestamps
timestamps
user_id
integer
date
date
payment_type_id
integer
billing_adress_id
integer
delivery_type_id
integer
delivery_adress_id
integer
delivery_types
id
increments
timestamps
timestamps
name
string
payment_types
id
increments
timestamps
timestamps
name
string
bookings
id
increments
timestamps
timestamps
order_id
integer
product_id
integer
quantity
integer
price
decimal
discount_codes
id
increments
timestamps
timestamps
code
string
value
decimal
ptoducts_options
id
increments
timestamps
timestamps
product_id
integer
option_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01