{"slug":"easy-inventory-and-stock-manager","name":"Easy Inventory And Stock Manager","description":"Easy Inventory And Stock Manager:  Your one-stop shop for a stress-free stockroom. Download Now!","author":"Smackcoders Inc.,","active_installs":20,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/easy-inventory-and-stock-manager/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"backup_logs","full_table_name":"wp_backup_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_backup_logs` (\\n  `log_id` int NOT NULL AUTO_INCREMENT,\\n  `file_name` varchar(255) NOT NULL,\\n  `size` int NOT NULL,\\n  `timestamp` datetime NOT NULL,\\n  PRIMARY KEY (`log_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"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","columns":[],"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"}],"table_count":2}