wp_simplefeed_bots_protection_sitemaps_requests
StaticStores simplefeed bots protection sitemaps requests data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | mediumint(9) | NO |
| time | datetime | NO |
| token | text | NO |
| ip | tinytext | NO |
| user_agent | text | NO |
| enable | Boolean | YES |
CREATE TABLE Statement
CREATE TABLE wp_simplefeed_bots_protection_sitemaps_requests ( id mediumint(9) NOT NULL AUTO_INCREMENT, time datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, token text NOT NULL, ip tinytext NOT NULL, user_agent text NOT NULL, enable Boolean DEFAULT false, PRIMARY KEY (id) ) $charset_collate;"; dbDelta($sql);
Safe to delete?
If you have uninstalled AI Rights Protection by SimpleFeed, 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_simplefeed_bots_protection_sitemaps_requests`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from AI Rights Protection by SimpleFeed