{"table_name":"fb_jobs","full_table_name":"wp_fb_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `fb_jobs` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `job_name` VARCHAR(50) DEFAULT NULL, `created` VARCHAR(12) DEFAULT NULL, `created_ts` DATETIME DEFAULT NULL, `last_edit` VARCHAR(12) DEFAULT NULL, `last_edit_ts` DATETIME DEFAULT NULL, `user_id` INT(11) DEFAULT NULL, `job_xml` LONGTEXT, PRIMARY KEY (`id`), INDEX IDX_job_name (`job_name`), INDEX IDX_user_id (`user_id`) ) ENGINE","columns":[{"name":"id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"job_name","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"created","type":"VARCHAR(12)","nullable":true,"primary_key":false},{"name":"created_ts","type":"DATETIME","nullable":true,"primary_key":false},{"name":"last_edit","type":"VARCHAR(12)","nullable":true,"primary_key":false},{"name":"last_edit_ts","type":"DATETIME","nullable":true,"primary_key":false},{"name":"user_id","type":"INT(11)","nullable":true,"primary_key":false},{"name":"job_xml","type":"LONGTEXT","nullable":true,"primary_key":false}],"plugin":{"slug":"rackforms-express","name":"RackForms Express Web Form Builder","active_installs":10,"version":"1.5","wp_org_url":"https://wordpress.org/plugins/rackforms-express/"}}