wp_ebay_manufacturers

Static

Stores ebay manufacturers data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(6)NO
street1varchar(100)NO
street2varchar(100)YES
cityvarchar(100)YES
statevarchar(50)YES
postcodevarchar(10)YES
countryvarchar(2)YES
emailvarchar(100)YES
phonevarchar(25)YES
companyvarchar(150)NO
date_addeddatetimeNO

CREATE TABLE Statement

CREATE TABLE `wp_ebay_manufacturers` ( `id` int(6) NOT NULL AUTO_INCREMENT PRIMARY KEY, `street1` varchar(100) NOT NULL, `street2` varchar(100) NULL, `city` varchar(100) NULL, `state` varchar(50) NULL, `postcode` varchar(10) NULL, `country` varchar(2) NULL, `email` varchar(100) NULL, `phone` varchar(25) NULL, `company` varchar(150) NOT NULL, `date_added` datetime NOT NULL );

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

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

Other tables from WP-Lister Lite for eBay