{"table_name":"amelia_payments","full_table_name":"wp_amelia_payments","description":"Stores amelia payments data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_amelia_payments` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `customerBookingId` int DEFAULT NULL,\\n  `amount` double NOT NULL DEFAULT '0',\\n  `dateTime` datetime DEFAULT NULL,\\n  `status` enum('paid','pending','partiallyPaid','refunded') NOT NULL,\\n  `gateway` enum('onSite','payPal','stripe','wc','mollie','razorpay','square','barion') NOT NULL,\\n  `gatewayTitle` varchar(255) DEFAULT NULL,\\n  `data` text,\\n  `packageCustomerId` int DEFAULT NULL,\\n  `parentId` int DEFAULT NULL,\\n  `entity` enum('appointment','event','package') DEFAULT NULL,\\n  `created` datetime DEFAULT NULL,\\n  `actionsCompleted` tinyint(1) DEFAULT NULL,\\n  `triggeredActions` tinyint(1) DEFAULT NULL,\\n  `wcOrderId` bigint DEFAULT NULL,\\n  `wcOrderItemId` bigint DEFAULT NULL,\\n  `transactionId` varchar(255) DEFAULT NULL,\\n  `transfers` text,\\n  `invoiceNumber` int 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/"}}