{"table_name":"ekc_result_log","full_table_name":"wp_ekc_result_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_ekc_result_log` (\\n  `result_log_id` int NOT NULL AUTO_INCREMENT,\\n  `result_id` int NOT NULL,\\n  `log_time` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),\\n  `log_team_id` int DEFAULT NULL,\\n  `team1_score` double DEFAULT NULL,\\n  `team2_score` double DEFAULT NULL,\\n  PRIMARY KEY (`result_log_id`),\\n  KEY `i_result_id` (`result_id`),\\n  KEY `i_log_team_id` (`log_team_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"ekc-tournament-manager","name":"EKC Tournament Manager","active_installs":10,"version":"2.5.1","wp_org_url":"https://wordpress.org/plugins/ekc-tournament-manager/"}}