{"table_name":"amelia_taxes","full_table_name":"wp_amelia_taxes","description":"Stores amelia taxes data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_taxes` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,\\n  `amount` double NOT NULL,\\n  `type` enum('percentage','fixed') NOT NULL,\\n  `status` enum('hidden','visible') NOT NULL,\\n  `allServices` tinyint(1) NOT NULL DEFAULT '0',\\n  `allEvents` tinyint(1) NOT NULL DEFAULT '0',\\n  `allPackages` tinyint(1) NOT NULL DEFAULT '0',\\n  `allExtras` tinyint(1) NOT NULL DEFAULT '0',\\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/"}}