wp_ebay_documents

Static

Stores ebay documents data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(11)NO
account_idbigint(11)NO
attachment_idbigint(11)NO
document_idvarchar(25)NO
document_typevarchar(50)NO
date_addeddatetimeNO

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