wp_helion_widget_bookstore
VerifiedStores helion widget bookstore data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_helion_widget_bookstore` (\n `id` mediumint NOT NULL AUTO_INCREMENT,\n `typ` text NOT NULL,\n `obiekt` text NOT NULL,\n UNIQUE KEY `id` (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=latin2
Safe to delete?
If you have uninstalled Helion Widgets Pro, 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_helion_widget_bookstore`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Helion Widgets Pro