wp_ebay_sites

Static

Stores ebay sites data created by this plugin.

Column Definitions

ColumnTypeNullable
idint(11)YES
titlevarchar(128)NO
codevarchar(16)YES
urlvarchar(64)YES
enabledint(11)YES
sort_orderint(11)YES
last_refreshdatetimeYES
categories_map_ebaytextNO
DispatchTimeMaxDetailstextNO
MinListingStartPricestextNO
ReturnsWithinOptionstextNO
CountryDetailstextNO
ShippingPackageDetailstextNO
ShippingCostPaidByOptionstextNO
ShippingLocationDetailstextNO
ExcludeShippingLocationDetailstextNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_ebay_sites` ( `id` int(11), `title` varchar(128) NOT NULL, `code` varchar(16) DEFAULT NULL, `url` varchar(64) DEFAULT NULL, `enabled` int(11) DEFAULT NULL, `sort_order` int(11) DEFAULT NULL, `last_refresh` datetime DEFAULT NULL, `categories_map_ebay` text NOT NULL, `DispatchTimeMaxDetails` text NOT NULL, `MinListingStartPrices` text NOT NULL, `ReturnsWithinOptions` text NOT NULL, `CountryDetails` text NOT NULL, `ShippingPackageDetails` text NOT NULL, `ShippingCostPaidByOptions` text NOT NULL, `ShippingLocationDetails` text NOT NULL, `ExcludeShippingLocationDetails` text NOT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARSET

Safe to delete?

If you have uninstalled WP-Lister Lite for eBay, 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_ebay_sites`;

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

Other tables from WP-Lister Lite for eBay