{"table_name":"ekc_team","full_table_name":"wp_ekc_team","description":"Stores ekc team data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_ekc_team` (\\n  `team_id` int NOT NULL AUTO_INCREMENT,\\n  `tournament_id` int NOT NULL,\\n  `name` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `country` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `club` varchar(500) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `is_active` bit(1) DEFAULT NULL,\\n  `email` varchar(500) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `phone` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `registration_date` datetime DEFAULT NULL,\\n  `camping_count` int DEFAULT NULL,\\n  `breakfast_count` int DEFAULT NULL,\\n  `is_registration_fee_paid` bit(1) DEFAULT NULL,\\n  `is_on_wait_list` bit(1) DEFAULT NULL,\\n  `registration_order` double DEFAULT NULL,\\n  `is_checked_in` bit(1) DEFAULT NULL,\\n  `seeding_score` double DEFAULT NULL,\\n  `initial_score` double DEFAULT NULL,\\n  `virtual_rank` int DEFAULT NULL,\\n  `shareable_link_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  PRIMARY KEY (`team_id`),\\n  KEY `i_tournament_id` (`tournament_id`),\\n  KEY `i_shareable_link_id` (`shareable_link_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/"}}