wp_zuminet_ads
StaticStores zuminet ads data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑ad_id | VARCHAR(255) | YES |
| code | TEXT | YES |
| description | TEXT | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS zuminet_ads( ad_id VARCHAR(255) PRIMARY KEY, code TEXT, 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_ads`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Zumi Ad Shortcodes