{"slug":"easy-folders","name":"Easy Folders – WordPress Media Library Folders, File Manager","description":"🔥 Easily arrange WordPress media files, pages & posts into folders or categories.","author":"RipeBits","active_installs":30,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/easy-folders/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"efs","full_table_name":"wp_efs","description":"Stores efs data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_efs` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `wocommerce_parent` tinyint(1) DEFAULT '0',\\n  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `parent` bigint DEFAULT '0',\\n  `type` int DEFAULT '0',\\n  `ord` bigint DEFAULT '0',\\n  `color` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `post_type` varchar(25) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `starred` tinyint(1) DEFAULT '0',\\n  `created_by` bigint DEFAULT '0',\\n  `term_id` bigint DEFAULT '0',\\n  `product_id` bigint DEFAULT '0',\\n  `shortcut` bigint DEFAULT '0',\\n  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  `deleted_at` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"efs_attachment_folder","full_table_name":"wp_efs_attachment_folder","description":"Stores efs attachment folder data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_efs_attachment_folder` (\\n  `folder_id` bigint unsigned NOT NULL,\\n  `attachment_id` bigint unsigned NOT NULL,\\n  `product_id` bigint DEFAULT '0',\\n  `restore` tinyint(1) DEFAULT '0',\\n  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  `deleted_at` datetime DEFAULT NULL,\\n  UNIQUE KEY `folder_id` (`folder_id`,`attachment_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"efs_colors","full_table_name":"wp_efs_colors","description":"Stores efs colors data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_efs_colors` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `color` varchar(22) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"efs_upload_file_types","full_table_name":"wp_efs_upload_file_types","description":"Stores efs upload file types data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_efs_upload_file_types` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `description` varchar(500) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `ext` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `status` tinyint(1) DEFAULT '0',\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":4}