{"table_name":"to_html_status","full_table_name":"wp_to_html_status","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_wp_to_html_status` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `state` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'idle',\\n  `is_running` tinyint(1) DEFAULT '0',\\n  `pipeline_stage` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'idle',\\n  `stage_total` int DEFAULT '0',\\n  `stage_done` int DEFAULT '0',\\n  `failed_urls` int DEFAULT '0',\\n  `failed_assets` int DEFAULT '0',\\n  `total_urls` int DEFAULT '0',\\n  `processed_urls` int DEFAULT '0',\\n  `total_assets` int DEFAULT '0',\\n  `processed_assets` int DEFAULT '0',\\n  `last_progress_at` datetime DEFAULT NULL,\\n  `last_progress_stage` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `last_progress_done` int DEFAULT '0',\\n  `watchdog_runs` int DEFAULT '0',\\n  `watchdog_repairs` int DEFAULT '0',\\n  `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"export-wp-page-to-static-html","name":"Export WordPress Pages to Static HTML & PDF — Static Site Export","active_installs":4000,"version":"6.0.8.0","wp_org_url":"https://wordpress.org/plugins/export-wp-page-to-static-html/"}}