{"table_name":"amelia_customer_bookings","full_table_name":"wp_amelia_customer_bookings","description":"Stores amelia customer bookings data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_customer_bookings` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `appointmentId` int DEFAULT NULL,\\n  `customerId` int NOT NULL,\\n  `status` enum('approved','pending','canceled','rejected','no-show','waiting') DEFAULT NULL,\\n  `price` double NOT NULL,\\n  `tax` varchar(255) DEFAULT NULL,\\n  `persons` int NOT NULL,\\n  `couponId` int DEFAULT NULL,\\n  `token` varchar(10) DEFAULT NULL,\\n  `customFields` text,\\n  `info` text,\\n  `utcOffset` int DEFAULT NULL,\\n  `aggregatedPrice` tinyint(1) DEFAULT '1',\\n  `packageCustomerServiceId` int DEFAULT NULL,\\n  `duration` int DEFAULT NULL,\\n  `created` datetime DEFAULT NULL,\\n  `actionsCompleted` tinyint(1) DEFAULT NULL,\\n  `qrCodes` text,\\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/"}}