{"table_name":"iq_auth_settings","full_table_name":"wp_iq_auth_settings","description":"Stores iq auth settings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_iq_auth_settings` ( `key` varchar (32) NOT NULL DEFAULT '', `params_json` text(0) NOT NULL DEFAULT '', PRIMARY KEY `key` (`key`) );","columns":[{"name":"key","type":"varchar","nullable":false,"primary_key":false},{"name":"params_json","type":"text(0)","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/"}}