wp_easyadpicker_product_words

Static

Stores product records and related data.

Column Definitions

ColumnTypeNullable
advertiser_product_idint(11)NO
advertiser_idint(11)NO
product_idint(11)NO
column_idint(11)NO
category_idint(11)NO
wordvarchar(70)NO

CREATE TABLE Statement

CREATE TABLE `wp_easyadpicker_product_words` ( `advertiser_product_id` int(11) NOT NULL, `advertiser_id` int(11) NOT NULL, `product_id` int(11) NOT NULL, `column_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `word` varchar(70) NOT NULL ) ENGINE

Safe to delete?

If you have uninstalled Easy Ad Picker, 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_easyadpicker_product_words`;

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

Other tables from Easy Ad Picker