{"slug":"buy-me-coffee","name":"Buy Me a Coffee – Membership, Paywall & Fundraiser with Stripe & PayPal","description":"WordPress membership, paywall, donation, and subscription plugin for creators. Monetize content with Stripe and PayPal.","author":"WP Miners","active_installs":50,"version":"1.2.7","wp_org_url":"https://wordpress.org/plugins/buy-me-coffee/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"buymecoffee_activities","full_table_name":"wp_buymecoffee_activities","description":"Stores buymecoffee activities data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"buymecoffee_membership_access","full_table_name":"wp_buymecoffee_membership_access","description":"Stores buymecoffee membership access data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"buymecoffee_membership_levels","full_table_name":"wp_buymecoffee_membership_levels","description":"Stores buymecoffee membership levels data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"buymecoffee_subscriptions","full_table_name":"wp_buymecoffee_subscriptions","description":"Stores buymecoffee subscriptions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"buymecoffee_supporters","full_table_name":"wp_buymecoffee_supporters","description":"Stores buymecoffee supporters data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_buymecoffee_supporters` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `supporters_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `supporters_email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `supporters_message` text COLLATE utf8mb4_unicode_520_ci,\\n  `form_data_raw` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `currency` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `entry_hash` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_total` int DEFAULT NULL,\\n  `coffee_count` int DEFAULT NULL,\\n  `payment_mode` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_method` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `reference` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `other_infos` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `created_at` timestamp NULL DEFAULT NULL,\\n  `updated_at` timestamp NULL DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"buymecoffee_supporters_meta","full_table_name":"wp_buymecoffee_supporters_meta","description":"Stores additional metadata (key-value pairs) for buymecoffee supporters records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"buymecoffee_transactions","full_table_name":"wp_buymecoffee_transactions","description":"Stores buymecoffee transactions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_buymecoffee_transactions` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `entry_id` int DEFAULT NULL,\\n  `entry_hash` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `subscription_id` int DEFAULT NULL,\\n  `transaction_type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'one_time',\\n  `payment_method` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `card_last_4` int DEFAULT NULL,\\n  `card_brand` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `charge_id` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_total` int DEFAULT '1',\\n  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `currency` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_mode` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `payment_note` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `created_at` timestamp NULL DEFAULT NULL,\\n  `updated_at` timestamp NULL DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":7}