{"table_name":"post_scheduler","full_table_name":"wp_post_scheduler","description":"Stores post scheduler data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_post_scheduler` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint NOT NULL,\\n  `scheduled_time` datetime NOT NULL,\\n  `interval_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `interval_value` int DEFAULT NULL,\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending',\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `scheduled_time` (`scheduled_time`),\\n  KEY `status` (`status`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"simple-auto-post-scheduler","name":"Simple Auto Post Scheduler","active_installs":20,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/simple-auto-post-scheduler/"}}