wp_zuminet_fixed_ads
StaticStores zuminet fixed ads data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | INT(11) | YES |
| name | varchar(255) | YES |
| content | TEXT | YES |
| position | varchar(255) | YES |
| description | TEXT | YES |
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