wp_easyadpicker_advertisers

Static

Stores easyadpicker advertisers data created by this plugin.

Column Definitions

ColumnTypeNullable
advertiser_idint(11)NO
advertiservarchar(255)NO
slugvarchar(255)NO
bulk_importtinyint(1)NO
last_import_productsint(11)NO

CREATE TABLE Statement

CREATE TABLE `wp_easyadpicker_advertisers` ( `advertiser_id` int(11) NOT NULL, `advertiser` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `bulk_import` tinyint(1) NOT NULL DEFAULT '1', `last_import_products` int(11) 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_advertisers`;

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

Other tables from Easy Ad Picker