{"table_name":"failed_jobs","full_table_name":"wp_failed_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_failed_jobs ( id bigint(20) NOT NULL AUTO_INCREMENT, job text NOT NULL, failed_at datetime NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"job","type":"text","nullable":false,"primary_key":false},{"name":"failed_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"mailchimp-for-woocommerce","name":"Mailchimp for WooCommerce","active_installs":200000,"version":"6.0.2","wp_org_url":"https://wordpress.org/plugins/mailchimp-for-woocommerce/"}}