{"table_name":"mobile_api_logs","full_table_name":"wp_mobile_api_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_mobile_api_logs ( log_id INT(11) NOT NULL AUTO_INCREMENT, ad_key INT(11) NOT NULL, post_id INT(11) NOT NULL, action VARCHAR(255) NOT NULL, timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (log_id) );","columns":[{"name":"log_id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"ad_key","type":"INT(11)","nullable":false,"primary_key":false},{"name":"post_id","type":"INT(11)","nullable":false,"primary_key":false},{"name":"action","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"timestamp","type":"TIMESTAMP","nullable":false,"primary_key":false}],"plugin":{"slug":"ad-integration-for-mobile-de-api","name":"Ad Integration for mobile.de API","active_installs":20,"version":"1.3.2","wp_org_url":"https://wordpress.org/plugins/ad-integration-for-mobile-de-api/"}}