wp_adrotate_linkmeta
StaticStores adrotate linkmeta data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | mediumint(8) unsigned | NO |
| ad | int(5) unsigned | NO |
| group | int(5) unsigned | NO |
| user | int(5) unsigned | NO |
| schedule | int(5) unsigned | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_adrotate_linkmeta` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `ad` int(5) unsigned NOT NULL default '0', `group` int(5) unsigned NOT NULL default '0', `user` int(5) unsigned NOT NULL default '0', `schedule` int(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ".$charset_collate.$engine.";");
Safe to delete?
If you have uninstalled AdRotate Banner Manager, 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_adrotate_linkmeta`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from AdRotate Banner Manager