Home
SWD
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
shipping_products
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_company
FK
integer
name
string
(50)
name-slug
string
(50)
shipping_rate_ranges
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_rate_id
FK
integer
weight_from
integer
weight_until
integer
price
decimal
(8,2)
shipping_companies
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(50)
name-slug
string
(50)
shipping_rates
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_product_id
FK
integer
country_from
FK
integer
country_to
FK
integer
price_default
decimal
(8,2)
volume_weight
boolean
customs
boolean
fuel_tax
decimal
(8,2)
fuel_tax_type
enum
carrier_rules
text
countries
id
increments
timestamps
timestamps
iso_code
string
(2)
name
string
(50)
name-slug
string
(50)
shipping_insurances
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_rate_id
FK
integer
type
enum
name
string
(50)
name-slug
string
(50)
shipping_insurance_ranges
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_insurance_id
FK
integer
value_from
integer
value_until
integer
price
decimal
(8,2)
cities
id
increments
timestamps
timestamps
country_id
FK
integer
name
text
name-slug
string
postalcode
text
longitude
decimal
(10,6)
latitude
decimal
(10,6)
shipping_places
id
increments
timestamps
timestamps
softDeletes
softDeletes
shipping_product_id
FK
integer
name
string
(50)
name-slug
string
(50)
longitude
decimal
(10,6)
latitude
decimal
(10,6)
dropoff
boolean
pickup
boolean
city_id
FK
integer
shipping_labels
id
increments
timestamps
timestamps
softDeletes
softDeletes
barcode
text
shipping_product_id
FK
integer
weight
integer
weight_carrier
integer
addres_from
text
address_to
text
status
text
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01