{"slug":"simple-auto-post-scheduler","name":"Simple Auto Post Scheduler","description":"Schedule posts to be published at specific times and intervals with an easy-to-use interface.","author":"Mehedi Hasan","active_installs":20,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/simple-auto-post-scheduler/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"post_scheduler","full_table_name":"wp_post_scheduler","description":"Stores post scheduler data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"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"}],"table_count":1}