wp_ebay_documents
StaticStores ebay documents data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | bigint(11) | NO |
| account_id | bigint(11) | NO |
| attachment_id | bigint(11) | NO |
| document_id | varchar(25) | NO |
| document_type | varchar(50) | NO |
| date_added | datetime | NO |
CREATE TABLE Statement
CREATE TABLE `wp_ebay_documents` ( `id` bigint(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `account_id` bigint(11) NOT NULL, `attachment_id` bigint(11) NOT NULL, `document_id` varchar(25) NOT NULL, `document_type` varchar(50) 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_documents`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from WP-Lister Lite for eBay