wp_eniture_unishippers_ltl_shipping_rules

Static

Stores eniture unishippers ltl shipping rules data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idINT(10)NO
nameVARCHAR(50)NO
typeVARCHAR(30)NO
settingsTEXTYES
is_activeTINYINT(1)NO
created_atTIMESTAMPNO
updated_atTIMESTAMPNO

CREATE TABLE Statement

CREATE TABLE wp_eniture_unishippers_ltl_shipping_rules ( id INT(10) NOT NULL AUTO_INCREMENT, name VARCHAR(50) NOT NULL, type VARCHAR(30) NOT NULL, settings TEXT NULL, is_active TINYINT(1) NOT NULL, created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) )"; dbDelta($query);

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_eniture_unishippers_ltl_shipping_rules`;

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

Other tables from LTL Freight Quotes – Unishippers Edition