{"table_name":"mailchimp_jobs","full_table_name":"wp_mailchimp_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_mailchimp_jobs ( id bigint(20) NOT NULL AUTO_INCREMENT, obj_id text, job text NOT NULL, created_at datetime NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"obj_id","type":"text","nullable":true,"primary_key":false},{"name":"job","type":"text","nullable":false,"primary_key":false},{"name":"created_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/"}}