{"table_name":"dydo_subscriptions","full_table_name":"wp_dydo_subscriptions","description":"Stores dydo subscriptions data created by this plugin.","detection_method":"static","confidence":"high","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;\" );","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}],"plugin":{"slug":"dynamic-donations","name":"Dynamic Donations","active_installs":0,"version":"1.2.3","wp_org_url":"https://wordpress.org/plugins/dynamic-donations/"}}