wp_adrotate_groups

Static

Stores adrotate groups data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idmediumint(8) unsignedNO
namevarchar(255)NO
modustinyint(1)NO
fallbackvarchar(5)NO
catlongtextNO
cat_loctinyint(1)NO
cat_partinyint(2)NO
pagelongtextNO
page_loctinyint(1)NO
page_partinyint(2)NO
woo_catlongtextNO
woo_loctinyint(1)NO
bbpresslongtextNO
bbpress_loctinyint(1)NO
mobiletinyint(1)NO
geotinyint(1)NO
wrapper_beforelongtextNO
wrapper_afterlongtextNO
aligntinyint(1)NO
gridrowsint(3)NO
gridcolumnsint(3)NO
admarginint(2)NO
admargin_bottomint(2)NO
admargin_leftint(2)NO
admargin_rightint(2)NO
adwidthvarchar(6)NO
adheightvarchar(6)NO
adspeedint(5)NO
repeat_impressionschar(1)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_adrotate_groups` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `modus` tinyint(1) NOT NULL default '0', `fallback` varchar(5) NOT NULL default '0', `cat` longtext NOT NULL, `cat_loc` tinyint(1) NOT NULL default '0', `cat_par` tinyint(2) NOT NULL default '0', `page` longtext NOT NULL, `page_loc` tinyint(1) NOT NULL default '0', `page_par` tinyint(2) NOT NULL default '0', `woo_cat` longtext NOT NULL, `woo_loc` tinyint(1) NOT NULL default '0', `bbpress` longtext NOT NULL, `bbpress_loc` tinyint(1) NOT NULL default '0', `mobile` tinyint(1) NOT NULL default '0', `geo` tinyint(1) NOT NULL default '0', `wrapper_before` longtext NOT NULL, `wrapper_after` longtext NOT NULL, `align` tinyint(1) NOT NULL default '0', `gridrows` int(3) NOT NULL DEFAULT '2', `gridcolumns` int(3) NOT NULL DEFAULT '2', `admargin` int(2) NOT NULL DEFAULT '0', `admargin_bottom` int(2) NOT NULL DEFAULT '0', `admargin_left` int(2) NOT NULL DEFAULT '0', `admargin_right` int(2) NOT NULL DEFAULT '0', `adwidth` varchar(6) NOT NULL DEFAULT '125', `adheight` varchar(6) NOT NULL DEFAULT '125', `adspeed` int(5) NOT NULL DEFAULT '6000', `repeat_impressions` char(1) NOT NULL DEFAULT 'Y', 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_groups`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from AdRotate Banner Manager