{"table_name":"blda_log","full_table_name":"wp_blda_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_blda_log` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `datetime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `request` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `result` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"better-learndash-api","name":"Better LearnDash API","active_installs":30,"version":"0.5.7","wp_org_url":"https://wordpress.org/plugins/better-learndash-api/"}}