{"table_name":"amelia_packages_to_customers","full_table_name":"wp_amelia_packages_to_customers","description":"Stores amelia packages to customers data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_packages_to_customers` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `packageId` int NOT NULL,\\n  `customerId` int NOT NULL,\\n  `price` double NOT NULL,\\n  `tax` varchar(255) DEFAULT NULL,\\n  `start` datetime DEFAULT NULL,\\n  `end` datetime DEFAULT NULL,\\n  `purchased` datetime NOT NULL,\\n  `status` enum('approved','pending','canceled','rejected') DEFAULT NULL,\\n  `bookingsCount` int DEFAULT NULL,\\n  `couponId` int DEFAULT NULL,\\n  `token` varchar(10) DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\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/"}}