{"slug":"job-application-form","name":"Job Application Form","description":"This plugin provide functionality to take job apllication enteries from frontend and displays it in backend with proper format.","author":"Sahil Gulati","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/job-application-form/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"job_designation","full_table_name":"wp_job_designation","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_job_designation` (\\n  `jdid` mediumint NOT NULL AUTO_INCREMENT,\\n  `jdname` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  PRIMARY KEY (`jdid`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"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","columns":[],"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"}],"table_count":2}