{"table_name":"growfund_campaign_collaborators","full_table_name":"wp_growfund_campaign_collaborators","description":"Stores growfund campaign collaborators data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_growfund_campaign_collaborators` (\\n  `campaign_id` bigint unsigned NOT NULL,\\n  `collaborator_id` bigint unsigned NOT NULL,\\n  `created_at` datetime NOT NULL,\\n  PRIMARY KEY (`campaign_id`,`collaborator_id`),\\n  KEY `collaborator_id` (`collaborator_id`),\\n  CONSTRAINT `wp_growfund_campaign_collaborators_ibfk_1` FOREIGN KEY (`campaign_id`) REFERENCES `wp_posts` (`ID`) ON DELETE CASCADE ON UPDATE CASCADE,\\n  CONSTRAINT `wp_growfund_campaign_collaborators_ibfk_2` FOREIGN KEY (`collaborator_id`) REFERENCES `wp_users` (`ID`) ON DELETE CASCADE ON UPDATE CASCADE\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"growfund","name":"Growfund – Ultimate Donation & Crowdfunding Solution","active_installs":80,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/growfund/"}}