wp_eniture_unishippers_ltl_shipping_rules
StaticStores eniture unishippers ltl shipping rules data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | INT(10) | NO |
| name | VARCHAR(50) | NO |
| type | VARCHAR(30) | NO |
| settings | TEXT | YES |
| is_active | TINYINT(1) | NO |
| created_at | TIMESTAMP | NO |
| updated_at | TIMESTAMP | NO |
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