{"table_name":"iq_auth_code","full_table_name":"wp_iq_auth_code","description":"Stores iq auth code data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_code` ( `service` varchar (32) NOT NULL DEFAULT '', `email` varchar (100) NOT NULL DEFAULT '', `code` varchar (32) NOT NULL DEFAULT '', `date` int(12) NOT NULL DEFAULT 0 );","columns":[{"name":"service","type":"varchar","nullable":false,"primary_key":false},{"name":"email","type":"varchar","nullable":false,"primary_key":false},{"name":"code","type":"varchar","nullable":false,"primary_key":false},{"name":"date","type":"int(12)","nullable":false,"primary_key":false}],"plugin":{"slug":"registration-and-authorization","name":"IQ Authorization","active_installs":10,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/registration-and-authorization/"}}