{"table_name":"amelia_users","full_table_name":"wp_amelia_users","description":"Stores amelia users data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_users` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `status` enum('hidden','visible','disabled','blocked') NOT NULL DEFAULT 'visible',\\n  `type` enum('customer','provider','manager','admin') NOT NULL,\\n  `externalId` bigint DEFAULT NULL,\\n  `firstName` varchar(255) NOT NULL DEFAULT '',\\n  `lastName` varchar(255) NOT NULL DEFAULT '',\\n  `email` varchar(255) DEFAULT NULL,\\n  `birthday` date DEFAULT NULL,\\n  `phone` varchar(63) DEFAULT NULL,\\n  `gender` enum('male','female') DEFAULT NULL,\\n  `note` text,\\n  `description` text,\\n  `pictureFullPath` varchar(767) DEFAULT NULL,\\n  `pictureThumbPath` varchar(767) DEFAULT NULL,\\n  `password` varchar(128) DEFAULT NULL,\\n  `usedTokens` text,\\n  `zoomUserId` varchar(255) DEFAULT NULL,\\n  `stripeConnect` varchar(255) DEFAULT NULL,\\n  `countryPhoneIso` varchar(2) DEFAULT NULL,\\n  `translations` text,\\n  `customFields` text,\\n  `timeZone` varchar(255) DEFAULT NULL,\\n  `appleCalendarId` varchar(255) DEFAULT NULL,\\n  `employeeAppleCalendar` text,\\n  `googleCalendarId` varchar(255) DEFAULT NULL,\\n  `outlookCalendarId` varchar(255) DEFAULT NULL,\\n  `badgeId` int DEFAULT NULL,\\n  `error` mediumtext,\\n  `show` tinyint(1) DEFAULT '1',\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `id` (`id`),\\n  UNIQUE KEY `email` (`email`)\\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/"}}