{"slug":"dynamic-donations","name":"Dynamic Donations","description":"Easy and powerful WordPress plugin for donations or fundraising management.","author":"pluginswithpurpose","active_installs":0,"version":"1.2.3","wp_org_url":"https://wordpress.org/plugins/dynamic-donations/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"dydo_gateways","full_table_name":"wp_dydo_gateways","description":"Stores dydo gateways data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"payment_gateway","type":"varchar(45)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `dydo_gateways` ( `id` int(11) NOT NULL UNIQUE AUTO_INCREMENT, `payment_gateway` varchar(45) UNIQUE NOT NULL, PRIMARY KEY (`id`)) $charset_collate;\" );"},{"table_name":"dydo_onetime_donations","full_table_name":"wp_dydo_onetime_donations","description":"Stores dydo onetime donations data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"customer_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"transaction_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"amount","type":"float","nullable":false,"primary_key":false},{"name":"currency","type":"varchar(5)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false},{"name":"confirmed","type":"TINYINT","nullable":false,"primary_key":false},{"name":"dydo_gateways_id","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `dydo_onetime_donations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `customer_id` varchar(255) NOT NULL, `transaction_id` varchar(255) NOT NULL, `amount` float NOT NULL, `currency` varchar(5) NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `confirmed` TINYINT NOT NULL DEFAULT '0', `dydo_gateways_id` int(11) NOT NULL, PRIMARY KEY (`id`,`dydo_gateways_id`), UNIQUE KEY `id` (`id`), KEY `dydo_donations_transaction_id_uindex` (`transaction_id`), KEY `fk_dydo_onetime_donations_dydo_gateways1_idx` (`dydo_gateways_id`), CONSTRAINT `fk_dydo_onetime_donations_dydo_gateways1` FOREIGN KEY (`dydo_gateways_id`) REFERENCES `dydo_gateways` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) $charset_collate;\" );"},{"table_name":"dydo_subscription_donations","full_table_name":"wp_dydo_subscription_donations","description":"Stores dydo subscription donations data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"transaction_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"amount","type":"float","nullable":false,"primary_key":false},{"name":"currency","type":"varchar(5)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false},{"name":"confirmed","type":"TINYINT","nullable":false,"primary_key":false},{"name":"dydo_subscriptions_id","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `dydo_subscription_donations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `transaction_id` varchar(255) NOT NULL, `amount` float NOT NULL, `currency` varchar(5) NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `confirmed` TINYINT NOT NULL DEFAULT '1', `dydo_subscriptions_id` int(11) NOT NULL, PRIMARY KEY (`id`,`dydo_subscriptions_id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `dydo_donations_transaction_id_uindex` (`transaction_id`), KEY `fk_dydo_donations_dydo_subscriptions1_idx` (`dydo_subscriptions_id`), CONSTRAINT `fk_dydo_donations_dydo_subscriptions1` FOREIGN KEY (`dydo_subscriptions_id`) REFERENCES `dydo_subscriptions` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) $charset_collate;\" );"},{"table_name":"dydo_subscriptions","full_table_name":"wp_dydo_subscriptions","description":"Stores dydo subscriptions data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"subscription_id","type":"varchar(45)","nullable":false,"primary_key":false},{"name":"customer_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"active","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false},{"name":"amount","type":"float","nullable":false,"primary_key":false},{"name":"next_payment_attempt","type":"int(20)","nullable":false,"primary_key":false},{"name":"dydo_gateways_id","type":"int(11)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `dydo_subscriptions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `subscription_id` varchar(45) NOT NULL, `customer_id` varchar(255) NOT NULL, `active` tinyint(4) NOT NULL DEFAULT '0', `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT CURRENT_TIMESTAMP, `amount` float NOT NULL, `next_payment_attempt` int(20) NOT NULL, `dydo_gateways_id` int(11) NOT NULL, PRIMARY KEY (`id`,`dydo_gateways_id`), UNIQUE KEY `id_UNIQUE` (`id`), KEY `subscription_id_UNIQUE` (`subscription_id`), KEY `fk_dydo_subscriptions_dydo_gateways_idx` (`dydo_gateways_id`), CONSTRAINT `fk_dydo_subscriptions_dydo_gateways` FOREIGN KEY (`dydo_gateways_id`) REFERENCES `dydo_gateways` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) $charset_collate;\" );"}],"table_count":4}