wp_ebay_sites
StaticStores ebay sites data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| id | int(11) | YES |
| title | varchar(128) | NO |
| code | varchar(16) | YES |
| url | varchar(64) | YES |
| enabled | int(11) | YES |
| sort_order | int(11) | YES |
| last_refresh | datetime | YES |
| categories_map_ebay | text | NO |
| DispatchTimeMaxDetails | text | NO |
| MinListingStartPrices | text | NO |
| ReturnsWithinOptions | text | NO |
| CountryDetails | text | NO |
| ShippingPackageDetails | text | NO |
| ShippingCostPaidByOptions | text | NO |
| ShippingLocationDetails | text | NO |
| ExcludeShippingLocationDetails | text | NO |
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