{"table_name":"wph_captcha_logs","full_table_name":"wp_wph_captcha_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_wph_captcha_logs ( id bigint(20) NOT NULL AUTO_INCREMENT, ip_address varchar(100) NOT NULL DEFAULT '', reason varchar(255) NOT NULL DEFAULT '', status varchar(20) NOT NULL DEFAULT 'failed', provider varchar(50) NOT NULL DEFAULT '', score float DEFAULT NULL, created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY created_at (created_at) ) {$charset};\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"ip_address","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"reason","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"provider","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"score","type":"float","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-helper-lite","name":"WP Helper Premium","active_installs":1000,"version":"4.7.1","wp_org_url":"https://wordpress.org/plugins/wp-helper-lite/"}}