{"table_name":"wpbdp_logs","full_table_name":"wp_wpbdp_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_wpbdp_logs ( id bigint(20) PRIMARY KEY AUTO_INCREMENT, object_id bigint(20) NULL DEFAULT 0, rel_object_id bigint(20) NULL DEFAULT 0, object_type varchar(20) NULL DEFAULT '', created_at datetime NOT NULL, log_type varchar(255) NULL DEFAULT '', actor varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '', message text CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '', data longblob NULL ) DEFAULT CHARSET","columns":[{"name":"id","type":"bigint(20)","nullable":true,"primary_key":true},{"name":"object_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"rel_object_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"object_type","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"log_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"actor","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"message","type":"text","nullable":true,"primary_key":false},{"name":"data","type":"longblob","nullable":true,"primary_key":false}],"plugin":{"slug":"business-directory-plugin","name":"Business Directory Plugin – Easy Listing Directories for WordPress","active_installs":10000,"version":"6.4.24","wp_org_url":"https://wordpress.org/plugins/business-directory-plugin/"}}