{"table_name":"rsvp_volunteer_time","full_table_name":"wp_rsvp_volunteer_time","description":"Stores rsvp volunteer time data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_rsvp_volunteer_time` ( `id` int NOT NULL auto_increment, `event` int NOT NULL default '0', `rsvp` int NOT NULL default '0', `time` int default '0', `user_id` int default '0', `participants` int NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"event","type":"int","nullable":false,"primary_key":false},{"name":"rsvp","type":"int","nullable":false,"primary_key":false},{"name":"time","type":"int","nullable":true,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false},{"name":"participants","type":"int","nullable":false,"primary_key":false}],"plugin":{"slug":"rsvpmaker","name":"RSVPMaker","active_installs":300,"version":"12.1","wp_org_url":"https://wordpress.org/plugins/rsvpmaker/"}}