{"table_name":"amelia_packages","full_table_name":"wp_amelia_packages","description":"Stores amelia packages data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_packages` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `name` varchar(255) NOT NULL DEFAULT '',\\n  `description` mediumtext,\\n  `color` varchar(255) NOT NULL DEFAULT '',\\n  `price` double NOT NULL,\\n  `status` enum('hidden','visible','disabled') NOT NULL DEFAULT 'visible',\\n  `pictureFullPath` varchar(767) DEFAULT NULL,\\n  `pictureThumbPath` varchar(767) DEFAULT NULL,\\n  `position` int DEFAULT '0',\\n  `calculatedPrice` tinyint(1) DEFAULT '1',\\n  `discount` double NOT NULL,\\n  `endDate` datetime DEFAULT NULL,\\n  `durationType` enum('day','week','month') DEFAULT NULL,\\n  `durationCount` int DEFAULT NULL,\\n  `settings` mediumtext,\\n  `translations` text,\\n  `depositPayment` enum('disabled','fixed','percentage') DEFAULT 'disabled',\\n  `deposit` double DEFAULT '0',\\n  `fullPayment` tinyint(1) DEFAULT '0',\\n  `sharedCapacity` tinyint(1) DEFAULT '0',\\n  `quantity` int DEFAULT '1',\\n  `limitPerCustomer` 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/"}}