{"table_name":"az_folders","full_table_name":"wp_az_folders","description":"Stores az folders data created by this plugin.","detection_method":"live","confidence":"high","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","columns":[],"plugin":{"slug":"azdrive","name":"AzDrive – WordPress Media Folders & Organizer","active_installs":30,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/azdrive/"}}