wp_easyadpicker_advertiser_properties
StaticStores easyadpicker advertiser properties data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| advertiser_property_id | int(11) | NO |
| advertiser_id | int(11) | NO |
| category_id | int(11) | NO |
| priority | int(11) | NO |
| best_deal | tinyint(1) | NO |
CREATE TABLE Statement
CREATE TABLE `wp_easyadpicker_advertiser_properties` ( `advertiser_property_id` int(11) NOT NULL, `advertiser_id` int(11) NOT NULL, `category_id` int(11) NOT NULL, `priority` int(11) NOT NULL, `best_deal` tinyint(1) 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_advertiser_properties`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Easy Ad Picker