{"table_name":"ktmp_cron_jobs","full_table_name":"wp_ktmp_cron_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_cron_jobs ( cron_id INT NOT NULL AUTO_INCREMENT, statu ENUM('active','paused','expired') NOT NULL, cron_type ENUM('update','order') NOT NULL, interval_time ENUM('ten_minutes','twenty_minutes','thirty_minutes','one_hour','four_hours','twelve_hours','twenty_four_hours') NOT NULL, marketplace_id INT NOT NULL, file_name VARCHAR(100) NOT NULL, role ENUM('amazon','ebay','alibaba','etsy','walmart','trendyol','n11','hepsiburada','pazarama','ciceksepeti','pttavm') NOT NULL, cron_name VARCHAR(100) NOT NULL, PRIMARY KEY (cron_id), INDEX idx_full (statu, marketplace_id) ) ENGINE","columns":[{"name":"cron_id","type":"INT","nullable":false,"primary_key":true},{"name":"statu","type":"ENUM('active','paused','expired')","nullable":false,"primary_key":false},{"name":"cron_type","type":"ENUM('update','order')","nullable":false,"primary_key":false},{"name":"interval_time","type":"ENUM('ten_minutes','twenty_minutes','thirty_minutes','one_hour','four_hours','twelve_hours','twenty_four_hours')","nullable":false,"primary_key":false},{"name":"marketplace_id","type":"INT","nullable":false,"primary_key":false},{"name":"file_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"role","type":"ENUM('amazon','ebay','alibaba','etsy','walmart','trendyol','n11','hepsiburada','pazarama','ciceksepeti','pttavm')","nullable":false,"primary_key":false},{"name":"cron_name","type":"VARCHAR(100)","nullable":false,"primary_key":false}],"plugin":{"slug":"keskintech-marketplaces","name":"Keskintech Marketplaces","active_installs":0,"version":"1.4","wp_org_url":"https://wordpress.org/plugins/keskintech-marketplaces/"}}