wp_p3dlite_coatings
VerifiedStores p3dlite coatings data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_p3dlite_coatings` (\n `id` mediumint NOT NULL AUTO_INCREMENT,\n `status` tinyint(1) NOT NULL DEFAULT '1',\n `name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\n `photo` varchar(2048) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n `price` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\n `price_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'cm2',\n `price1` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\n `price_type1` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'cm2',\n `min_price` float DEFAULT '0',\n `color` varchar(7) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n `shininess` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'plastic',\n `glow` tinyint(1) NOT NULL DEFAULT '0',\n `transparency` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'opaque',\n `materials` varchar(8192) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n `sort_order` smallint NOT NULL DEFAULT '0',\n `group_name` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled 3DPrint Lite, 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_p3dlite_coatings`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from 3DPrint Lite