{"table_name":"ktmp_logs","full_table_name":"wp_ktmp_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_ktmp_logs ( id MEDIUMINT(9) NOT NULL AUTO_INCREMENT, task_id MEDIUMINT(9) DEFAULT NULL, error_message TEXT NOT NULL, error_code VARCHAR(100) DEFAULT NULL, error_time DATETIME DEFAULT CURRENT_TIMESTAMP NOT NULL, PRIMARY KEY (id) ) ENGINE","columns":[{"name":"id","type":"MEDIUMINT(9)","nullable":false,"primary_key":true},{"name":"task_id","type":"MEDIUMINT(9)","nullable":true,"primary_key":false},{"name":"error_message","type":"TEXT","nullable":false,"primary_key":false},{"name":"error_code","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"error_time","type":"DATETIME","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/"}}