{"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","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;\" );","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}],"plugin":{"slug":"dynamic-donations","name":"Dynamic Donations","active_installs":0,"version":"1.2.3","wp_org_url":"https://wordpress.org/plugins/dynamic-donations/"}}