{"table_name":"amelia_customer_bookings_to_extras","full_table_name":"wp_amelia_customer_bookings_to_extras","description":"Stores amelia customer bookings to extras data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_customer_bookings_to_extras` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `customerBookingId` int NOT NULL,\\n  `extraId` int NOT NULL,\\n  `quantity` int NOT NULL,\\n  `price` double NOT NULL,\\n  `tax` varchar(255) DEFAULT NULL,\\n  `aggregatedPrice` tinyint(1) DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `bookingExtra` (`customerBookingId`,`extraId`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3","columns":[],"plugin":{"slug":"ameliabooking","name":"Booking for Appointments and Events Calendar – Amelia","active_installs":90000,"version":"2.2.1","wp_org_url":"https://wordpress.org/plugins/ameliabooking/"}}