{"slug":"support-wp","name":"WP Supra – Maintenance & Support Utilities","description":"WP Supra is a powerful WordPress management and maintenance tool providing centralized administration, advanced maintenance utilities and smart insigh &hellip;","author":"PR24","active_installs":200,"version":"95","wp_org_url":"https://wordpress.org/plugins/support-wp/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"actionscheduler_actions","full_table_name":"wp_actionscheduler_actions","description":"Stores actionscheduler actions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"actionscheduler_logs","full_table_name":"wp_actionscheduler_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"et_divi_ab_testing_stats","full_table_name":"wp_et_divi_ab_testing_stats","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mailpoet_scheduled_task_subscribers","full_table_name":"wp_mailpoet_scheduled_task_subscribers","description":"Stores mailpoet scheduled task subscribers data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mailpoet_scheduled_tasks","full_table_name":"wp_mailpoet_scheduled_tasks","description":"Stores mailpoet scheduled tasks data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"support_wp_auto_updates_plugins","full_table_name":"wp_support_wp_auto_updates_plugins","description":"Stores support wp auto updates plugins data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_auto_updates_plugins` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `slug` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `note` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_id_created` int NOT NULL DEFAULT '0',\\n  `user_id_updated` int NOT NULL DEFAULT '0',\\n  `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `time_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_auto_updates_themes","full_table_name":"wp_support_wp_auto_updates_themes","description":"Stores support wp auto updates themes data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_auto_updates_themes` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `slug` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `note` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_id_created` int NOT NULL DEFAULT '0',\\n  `user_id_updated` int NOT NULL DEFAULT '0',\\n  `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `time_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_info_database_meta","full_table_name":"wp_support_wp_info_database_meta","description":"Stores additional metadata (key-value pairs) for support wp info database records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"support_wp_info_database_option","full_table_name":"wp_support_wp_info_database_option","description":"Stores support wp info database option data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"support_wp_info_database_query","full_table_name":"wp_support_wp_info_database_query","description":"Stores support wp info database query data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"support_wp_info_plugins","full_table_name":"wp_support_wp_info_plugins","description":"Stores support wp info plugins data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_info_plugins` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `slug` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `path` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `uri` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `author` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `author_uri` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `repository` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `activated` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `version_installed` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `version_latest` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `requires_wp` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `requires_php` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `auto_update` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `last_updated` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `tested_up_to` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `rating` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `repo_error_code` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `repo_error_message` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `exists_in_svn` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_info_tables","full_table_name":"wp_support_wp_info_tables","description":"Stores support wp info tables data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_info_tables` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `name` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `source` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `origin` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `threshold` bigint NOT NULL,\\n  `deprecated` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_notes","full_table_name":"wp_support_wp_notes","description":"Stores support wp notes data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_notes` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `note` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `suppress` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `position` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_id` int NOT NULL DEFAULT '0',\\n  `user_id_created` int NOT NULL DEFAULT '0',\\n  `user_id_updated` int NOT NULL DEFAULT '0',\\n  `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `time_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `is_deleted` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_sent_emails","full_table_name":"wp_support_wp_sent_emails","description":"Stores support wp sent emails data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_sent_emails` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `subject` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `pause_in_seconds` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `number_of_paused_attempts` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `time_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_textchanges","full_table_name":"wp_support_wp_textchanges","description":"Stores support wp textchanges data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_textchanges` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `original_string` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `text_domain` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `text_context` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `replacement_string` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `user_id_created` int NOT NULL DEFAULT '0',\\n  `user_id_updated` int NOT NULL DEFAULT '0',\\n  `time_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `time_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"support_wp_textchanges_discovery","full_table_name":"wp_support_wp_textchanges_discovery","description":"Stores support wp textchanges discovery data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_support_wp_textchanges_discovery` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `original_string` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `text_domain` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `text_context` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `translated_string` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `original_string_lowercase` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `translated_string_lowercase` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":16}