wp_baggage_settings

Static

Stores baggage settings data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑Idint(11)NO
package_typechar(1)NO
hfeevarchar(200)NO
use_linkchar(1)NO
link_typechar(1)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `baggage_settings` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `package_type` char(1) NOT NULL, `hfee` varchar(200) NOT NULL, `use_link` char(1) NOT NULL, `link_type` char(1) NOT NULL, PRIMARY KEY (`Id`) )"; $wpdb->query($structure3);

Safe to delete?

If you have uninstalled Baggage Freight Shipping Australia, 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_baggage_settings`;

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

Other tables from Baggage Freight Shipping Australia