{"table_name":"iq_rpw_actions_logs","full_table_name":"wp_iq_rpw_actions_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_actions_logs` ( `id` int (20) NOT NULL AUTO_INCREMENT, `uid` int(20) NOT NULL DEFAULT 0, `log` text(0) NOT NULL DEFAULT '', `date` int(20) NOT NULL DEFAULT 0, PRIMARY KEY `id` (`id`) );","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"uid","type":"int(20)","nullable":false,"primary_key":false},{"name":"log","type":"text(0)","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/"}}