wp_easyadpicker_post_ads

Static

Stores easyadpicker post ads data created by this plugin.

Column Definitions

ColumnTypeNullable
post_ad_idint(11)NO
post_idint(11)NO
category_idint(11)NO
titlevarchar(255)NO
advarchar(15)NO
wordstextNO
filterstextNO
datetimestampNO

CREATE TABLE Statement

CREATE TABLE `wp_easyadpicker_post_ads` ( `post_ad_id` int(11) NOT NULL, `post_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `ad` varchar(15) NOT NULL, `words` text NOT NULL, `filters` text NOT NULL, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) 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_post_ads`;

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

Other tables from Easy Ad Picker