Home
cargo
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customers
id
increments
company_id
integer
telephone
text
name
string
(75)
timestamps
timestamps
softDeletes
softDeletes
street
string
(350)
postal_code
string
(150)
city
string
(255)
country
string
(255)
tax_id
string
(255)
email
string
(255)
contact_person
string
(255)
logo
string
(255)
type
string
(350)
inbound_shipments
id
increments
customer_id
FK
integer
tracking_id
string
(255)
payment_id
FK
integer
origin
string
(450)
destination
string
(450)
shipping_line
string
(450)
status
string
(350)
timestamps
timestamps
softDeletes
softDeletes
payment_types
id
increments
name
string
(350)
status
integer
parcels
id
increments
shipment_id
FK
integer
tracking_id
bigInteger
sender_id
bigInteger
receiver_id
bigInteger
length
bigInteger
width
bigInteger
height
bigInteger
weight
bigInteger
timestamps
timestamps
softDeletes
softDeletes
vehicles
id
increments
vehicle_type
string
(350)
brand_id
integer
model_id
integer
licence_plate
string
(350)
timestamps
timestamps
couriers
id
increments
name
string
(350)
phone
string
(60)
timestamps
timestamps
status
integer
inbound_package_types
id
increments
type_name
string
(300)
status
integer
timestamps
timestamps
softDeletes
softDeletes
counter
integer
parcel_package_types
id
increments
type_name
string
(300)
status
integer
counter
integer
timestamps
timestamps
softDeletes
softDeletes
inbound_shipments_files
id
increments
filename
string
(355)
timestamps
timestamps
softDeletes
softDeletes
zones
id
increments
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
parcel_items
id
increments
parcel_id
integer
package_id
integer
timestamps
timestamps
softDeletes
softDeletes
addressbook
id
increments
city_id
integer
name
string
(60)
surname
string
(60)
email
string
(60)
phone
string
(60)
postal_code
string
(16)
street
string
(155)
number
string
(60)
comment
string
(500)
contact_person_name
string
(60)
contact_person_email
string
(60)
contact_person_phone
string
(60)
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01