wp_easyadpicker_stats_clicks
StaticStores analytics or statistics data.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| stats_clicks_id | int(11) | NO |
| post_ad_id | int(11) | NO |
| post_id | int(11) | NO |
| clicks | int(11) | NO |
| date | int(11) | NO |
CREATE TABLE Statement
CREATE TABLE `wp_easyadpicker_stats_clicks` ( `stats_clicks_id` int(11) NOT NULL, `post_ad_id` int(11) NOT NULL, `post_id` int(11) NOT NULL, `clicks` int(11) NOT NULL DEFAULT '1', `date` 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_stats_clicks`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Easy Ad Picker