{"table_name":"p2p_relationships","full_table_name":"wp_p2p_relationships","description":"Stores p2p relationships data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_p2p_relationships` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `type` varchar(42) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\\n  `rel_from` bigint unsigned NOT NULL,\\n  `rel_to` bigint unsigned NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `type` (`type`),\\n  KEY `rel_from` (`rel_from`),\\n  KEY `rel_to` (`rel_to`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"type","type":"VARCHAR(42)","nullable":false,"primary_key":false},{"name":"rel_from","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"rel_to","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"p2p_relationship_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"meta_key","type":"VARCHAR(191)","nullable":true,"primary_key":false},{"name":"meta_value","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"awebooking","name":"AweBooking – Hotel Booking System","active_installs":1000,"version":"3.2.26","wp_org_url":"https://wordpress.org/plugins/awebooking/"}}