{"table_name":"gglcptch_allowlist","full_table_name":"wp_gglcptch_allowlist","description":"Stores gglcptch allowlist data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_gglcptch_allowlist` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `ip` CHAR(31) NOT NULL, `ip_from_int` BIGINT, `ip_to_int` BIGINT, `add_time` DATETIME, PRIMARY KEY (`id`) ) ENGINE","columns":[{"name":"id","type":"INT UNSIGNED","nullable":false,"primary_key":true},{"name":"ip","type":"CHAR(31)","nullable":false,"primary_key":false},{"name":"ip_from_int","type":"BIGINT","nullable":true,"primary_key":false},{"name":"ip_to_int","type":"BIGINT","nullable":true,"primary_key":false},{"name":"add_time","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"google-captcha","name":"reCaptcha by BestWebSoft","active_installs":100000,"version":"1.86","wp_org_url":"https://wordpress.org/plugins/google-captcha/"}}