wp_adrotate_linkmeta

Static

Stores adrotate linkmeta data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idmediumint(8) unsignedNO
adint(5) unsignedNO
groupint(5) unsignedNO
userint(5) unsignedNO
scheduleint(5) unsignedNO

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