wp_helion_books_bezdroza
LiveStores helion books bezdroza data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_helion_books_bezdroza` (\n `id` mediumint NOT NULL AUTO_INCREMENT,\n `ident` text,\n `isbn` text,\n `tytul` text,\n `tytul_orig` text,\n `link` text,\n `autor` text,\n `tlumacz` text,\n `cena` text,\n `cenadetaliczna` text,\n `znizka` text,\n `marka` text,\n `nazadanie` tinyint(1) DEFAULT NULL,\n `format` text,\n `liczbastron` text,\n `oprawa` text,\n `nosnik` text,\n `datawydania` text,\n `issueurl` text,\n `online` text,\n `bestseller` tinyint(1) DEFAULT NULL,\n `nowosc` tinyint(1) DEFAULT NULL,\n `videos` text,\n `powiazane` text,\n `opis` text,\n `kategorie` text,\n `seriewydawnicze` text,\n `serietematyczne` text,\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_books_bezdroza`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Helion Widgets Pro