wp_unishippers_freight

Static

Stores unishippers freight data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(10)NO
unishippers_shipmentQuoteIdvarchar(600)NO
unishippers_carrierSCACvarchar(600)NO
unishippers_carrierNamevarchar(600)NO
unishippers_transitDaysvarchar(600)NO
unishippers_guaranteedServicevarchar(600)NO
unishippers_highCostDeliveryShipmentvarchar(600)NO
unishippers_interlinevarchar(600)NO
unishippers_nmfcRequiredvarchar(600)NO
unishippers_carrierNotificationsvarchar(600)NO
carrier_logovarchar(255)NO
carrier_statusvarchar(8)NO

CREATE TABLE Statement

CREATE TABLE wp_unishippers_freight ( `id` int(10) NOT NULL AUTO_INCREMENT, `unishippers_shipmentQuoteId` varchar(600) NOT NULL, `unishippers_carrierSCAC` varchar(600) NOT NULL, `unishippers_carrierName` varchar(600) NOT NULL, `unishippers_transitDays` varchar(600) NOT NULL, `unishippers_guaranteedService` varchar(600) NOT NULL, `unishippers_highCostDeliveryShipment` varchar(600) NOT NULL, `unishippers_interline` varchar(600) NOT NULL, `unishippers_nmfcRequired` varchar(600) NOT NULL, `unishippers_carrierNotifications` varchar(600) NOT NULL, `carrier_logo` varchar(255) NOT NULL, `carrier_status` varchar(8) NOT NULL, PRIMARY KEY (`id`) ) ENGINE

Safe to delete?

If you have uninstalled LTL Freight Quotes – Unishippers Edition, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_unishippers_freight`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from LTL Freight Quotes – Unishippers Edition