{"slug":"campaign","name":"Campaign","description":"Campaign allow user to manage campaign and funding. donate section for each campaign.","author":"Infoway LLC","active_installs":10,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/campaign/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"_fund","full_table_name":"wp__fund","description":"Stores  fund data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"int(11)","nullable":false,"primary_key":true},{"name":"campaign_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"campaign_owner_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"doner_name","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"doner_email","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"doner_amount","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"transaction_id","type":"varchar(50)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp__fund` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `campaign_id` int(11) NOT NULL, `campaign_owner_id` int(11) NOT NULL, `doner_name` varchar(50) NOT NULL, `doner_email` varchar(100) NOT NULL, `doner_amount` bigint(20) NOT NULL, `transaction_id` varchar(50) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE"},{"table_name":"fund","full_table_name":"wp_fund","description":"Stores fund data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":2}