{"table_name":"kcaptcha_setting","full_table_name":"wp_kcaptcha_setting","description":"Stores kcaptcha setting data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_kcaptcha_setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `login_form` tinyint(4) NOT NULL DEFAULT '1', `register_form` tinyint(4) NOT NULL DEFAULT '1', `lost_password_form` tinyint(4) DEFAULT '1', `comments_form` tinyint(4) NOT NULL DEFAULT '1', `hide_register` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"login_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"register_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"lost_password_form","type":"tinyint(4)","nullable":true,"primary_key":false},{"name":"comments_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"hide_register","type":"tinyint(4)","nullable":false,"primary_key":false}],"plugin":{"slug":"kcaptcha","name":"Kcaptcha","active_installs":30,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/kcaptcha/"}}