{"slug":"azdrive","name":"AzDrive – WordPress Media Folders & Organizer","description":"Organize your media library with folders and subfolders. Drag & drop files, color folders, sort and import from other plugins.","author":"AzPage","active_installs":30,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/azdrive/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"az_","full_table_name":"wp_az_","description":"Stores az  data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"az_folder_posts","full_table_name":"wp_az_folder_posts","description":"Stores az folder posts data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_az_folder_posts` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `uid` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `post_id` bigint NOT NULL,\\n  `folder_id` bigint NOT NULL,\\n  `created_by` bigint NOT NULL,\\n  `created_at` datetime NOT NULL,\\n  `updated_by` bigint NOT NULL,\\n  `updated_at` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `uid` (`uid`),\\n  KEY `post_id` (`post_id`),\\n  KEY `folder_id` (`folder_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"az_folders","full_table_name":"wp_az_folders","description":"Stores az folders data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_az_folders` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `parent_id` bigint NOT NULL DEFAULT '0',\\n  `color` varchar(8) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `order` int DEFAULT '0',\\n  `total_files` int DEFAULT '0',\\n  `created_by` bigint NOT NULL DEFAULT '0',\\n  `created_at` datetime NOT NULL,\\n  `updated_by` bigint NOT NULL DEFAULT '0',\\n  `updated_at` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `title` (`title`),\\n  KEY `type` (`type`),\\n  KEY `parent_id` (`parent_id`),\\n  KEY `created_by` (`created_by`),\\n  KEY `created_at` (`created_at`),\\n  KEY `updated_by` (`updated_by`),\\n  KEY `updated_at` (`updated_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":3}