wp_easyadpicker_materials
StaticStores easyadpicker materials data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| material_id | int(11) | NO |
| advertiser_id | int(11) | NO |
| title | varchar(100) | NO |
| material | varchar(255) | NO |
| link | varchar(255) | NO |
| display | varchar(10) | NO |
| width | int(3) | NO |
| height | int(3) | NO |
| date | timestamp | NO |
CREATE TABLE Statement
CREATE TABLE `wp_easyadpicker_materials` ( `material_id` int(11) NOT NULL, `advertiser_id` int(11) NOT NULL, `title` varchar(100) NOT NULL, `material` varchar(255) NOT NULL, `link` varchar(255) NOT NULL, `display` varchar(10) NOT NULL, `width` int(3) NOT NULL, `height` int(3) 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_materials`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Easy Ad Picker