{"table_name":"jobboard_saved_jobs","full_table_name":"wp_jobboard_saved_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_jobboard_saved_jobs` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `user_id` bigint NOT NULL,\\n  `job_id` bigint NOT NULL,\\n  `saved_date` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `user_job` (`user_id`,`job_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"job-board-by-ejobsitesoftware","name":"Job Board by ejobsitesoftware","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/job-board-by-ejobsitesoftware/"}}