wp_easyadpicker_post_ads
StaticStores easyadpicker post ads data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| post_ad_id | int(11) | NO |
| post_id | int(11) | NO |
| category_id | int(11) | NO |
| title | varchar(255) | NO |
| ad | varchar(15) | NO |
| words | text | NO |
| filters | text | NO |
| date | timestamp | NO |
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