{"table_name":"iq_rpw_logs","full_table_name":"wp_iq_rpw_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_iq_rpw_logs` ( `id` int (20) NOT NULL AUTO_INCREMENT, `uid_father` int(20) NOT NULL DEFAULT 0, `uid_target` int(20) NOT NULL DEFAULT 0, `sum` double DEFAULT 0, `currency` varchar(32) NOT NULL DEFAULT '', `up` tinyint(2) NOT NULL DEFAULT 1, `date` int(20) NOT NULL DEFAULT 0, PRIMARY KEY `id` (`id`) );","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"uid_father","type":"int(20)","nullable":false,"primary_key":false},{"name":"uid_target","type":"int(20)","nullable":false,"primary_key":false},{"name":"sum","type":"double","nullable":true,"primary_key":false},{"name":"currency","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"up","type":"tinyint(2)","nullable":false,"primary_key":false},{"name":"date","type":"int(20)","nullable":false,"primary_key":false}],"plugin":{"slug":"iq-referral-program-for-woocommerce","name":"IQ Referral System for WooCommerce","active_installs":0,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/iq-referral-program-for-woocommerce/"}}