wp_apoyl_bingpush_indexnow
VerifiedStores apoyl bingpush indexnow data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_apoyl_bingpush_indexnow` (\n `id` bigint NOT NULL AUTO_INCREMENT,\n `aid` bigint NOT NULL DEFAULT '0',\n `subject` varchar(100) NOT NULL,\n `url` varchar(200) NOT NULL,\n `ispush` tinyint(1) NOT NULL DEFAULT '0',\n `isdel` tinyint(1) NOT NULL DEFAULT '0',\n `msgs` varchar(300) NOT NULL,\n `modtime` int NOT NULL DEFAULT '0',\n PRIMARY KEY (`id`),\n KEY `modtime` (`modtime`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
Safe to delete?
If you have uninstalled [凹凸曼]自动推送Bing自动推送IndexNow, 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_apoyl_bingpush_indexnow`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from [凹凸曼]自动推送Bing自动推送IndexNow