{"table_name":"job_list","full_table_name":"wp_job_list","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_job_list` (\\n  `jid` mediumint NOT NULL AUTO_INCREMENT,\\n  `fname` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `lname` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `jemail` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `phno` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `jtype` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `attchid` bigint DEFAULT NULL,\\n  PRIMARY KEY (`jid`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"job-application-form","name":"Job Application Form","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/job-application-form/"}}