{"table_name":"rsvpmailer_blocked","full_table_name":"wp_rsvpmailer_blocked","description":"Stores rsvpmailer blocked data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_rsvpmailer_blocked` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `email` varchar(100) NOT NULL DEFAULT '', `code` varchar(50) NOT NULL DEFAULT '', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY `email` (`email`) ) ENGINE","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"email","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"code","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"timestamp","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"rsvpmaker","name":"RSVPMaker","active_installs":300,"version":"12.1","wp_org_url":"https://wordpress.org/plugins/rsvpmaker/"}}