{"table_name":"product_meta_rollback","full_table_name":"wp_product_meta_rollback","description":"Stores additional metadata (key-value pairs) for product meta rollback records.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_product_meta_rollback` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `product_id` bigint unsigned NOT NULL,\\n  `meta_key` varchar(255) NOT NULL,\\n  `prev_meta` text NOT NULL,\\n  `prev_from` datetime DEFAULT NULL,\\n  `prev_to` datetime DEFAULT NULL,\\n  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `meta_key` (`meta_key`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci","columns":[],"plugin":{"slug":"easy-inventory-and-stock-manager","name":"Easy Inventory And Stock Manager","active_installs":20,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/easy-inventory-and-stock-manager/"}}