wp_woo_justin_ua_warehouses
LiveStores woo justin ua warehouses data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_woo_justin_ua_warehouses` (\n `uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n `descr` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n `address` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n `city_uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `branch` varchar(18) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `updated_at` int unsigned NOT NULL,\n PRIMARY KEY (`uuid`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled Justin, 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_woo_justin_ua_warehouses`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Justin