{"table_name":"auto_robot_logs","full_table_name":"wp_auto_robot_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_auto_robot_logs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `camp_id` int(11) DEFAULT NULL, `level` ENUM('log','info','warn','error','success') NOT NULL DEFAULT 'log', `message` text DEFAULT NULL, `created` DECIMAL(16, 6) NOT NULL, PRIMARY KEY (`id`) ) CHARACTER SET utf8 COLLATE utf8_general_ci;\", ]; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"camp_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"level","type":"ENUM('log','info','warn','error','success')","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":true,"primary_key":false},{"name":"created","type":"DECIMAL(16, 6)","nullable":false,"primary_key":false}],"plugin":{"slug":"auto-robot","name":"Auto Robot – WP Autoblogging and RSS Feed News Aggregator","active_installs":80,"version":"4.0.55","wp_org_url":"https://wordpress.org/plugins/auto-robot/"}}