wp_zuminet_fixed_ads

Static

Stores zuminet fixed ads data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idINT(11)YES
namevarchar(255)YES
contentTEXTYES
positionvarchar(255)YES
descriptionTEXTYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS zuminet_fixed_ads( id INT(11) PRIMARY KEY AUTO_INCREMENT, name varchar(255), content TEXT, position varchar(255), description TEXT ) {$char}"; // Execute SQL. require_once ABSPATH . 'wp-admin/includes/upgrade.php'; return dbDelta( $sql );

Safe to delete?

If you have uninstalled Zumi Ad Shortcodes, 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_zuminet_fixed_ads`;

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

Other tables from Zumi Ad Shortcodes