{"table_name":"hizzle_log","full_table_name":"wp_hizzle_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_hizzle_log ( log_id bigint UNSIGNED NOT NULL AUTO_INCREMENT, timestamp datetime NOT NULL, level smallint(4) NOT NULL, source varchar(200) NOT NULL, message longtext NOT NULL, context longtext NULL, PRIMARY KEY (log_id), KEY level (level) ) $collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"log_id","type":"bigint UNSIGNED","nullable":false,"primary_key":true},{"name":"timestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"level","type":"smallint(4)","nullable":false,"primary_key":false},{"name":"source","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"message","type":"longtext","nullable":false,"primary_key":false},{"name":"context","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"hizzle-downloads","name":"Simple Download Manager – Hizzle Downloads","active_installs":10,"version":"1.3.0","wp_org_url":"https://wordpress.org/plugins/hizzle-downloads/"}}