{"table_name":"dhle_webhook_logs","full_table_name":"wp_dhle_webhook_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_dhle_webhook_logs ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, payload TEXT NOT NULL, response TEXT NOT NULL, status VARCHAR(50) NOT NULL DEFAULT 'pending', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY status (status) ) $charset_collate;\"; dbDelta( $sql_logs );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"payload","type":"TEXT","nullable":false,"primary_key":false},{"name":"response","type":"TEXT","nullable":false,"primary_key":false},{"name":"status","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"devexhub-smart-lead-engine","name":"Devex Hub Smart Lead Engine","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/devexhub-smart-lead-engine/"}}