{"table_name":"freshrank_drafts","full_table_name":"wp_freshrank_drafts","description":"Stores freshrank drafts data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_freshrank_drafts` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `original_post_id` bigint unsigned NOT NULL,\\n  `draft_post_id` bigint unsigned NOT NULL,\\n  `analysis_id` bigint unsigned DEFAULT NULL,\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending',\\n  `tokens_used` int DEFAULT '0',\\n  `prompt_tokens` int DEFAULT '0',\\n  `completion_tokens` int DEFAULT '0',\\n  `model_used` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `draft_post_id` (`draft_post_id`),\\n  KEY `original_post_id` (`original_post_id`),\\n  KEY `status` (`status`),\\n  KEY `analysis_id` (`analysis_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"freshrank-ai","name":"FreshRank – Instant Feedback for Better Content","active_installs":10,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/freshrank-ai/"}}