{"slug":"captcha-contact-form","name":"Captcha Contact Form","description":"Contact form with Google reCaptcha V.2 Capabilities and SMTP integration","author":"jonathondurno","active_installs":0,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/captcha-contact-form/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"contactformkeys","full_table_name":"wp_contactformkeys","description":"Stores contactformkeys data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"LogId","type":"integer","nullable":true,"primary_key":false},{"name":"siteKey","type":"TEXT","nullable":false,"primary_key":false},{"name":"secretKey","type":"TEXT","nullable":false,"primary_key":false},{"name":"emailAddress","type":"TEXT","nullable":false,"primary_key":false},{"name":"emailPassword","type":"TEXT","nullable":false,"primary_key":false},{"name":"hostName","type":"TEXT","nullable":false,"primary_key":false},{"name":"portNumber","type":"TEXT","nullable":false,"primary_key":false},{"name":"contactName","type":"TEXT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE contactFormKeys ( LogId integer UNIQUE default(1), siteKey TEXT NOT NULL, secretKey TEXT NOT NULL, emailAddress TEXT NOT NULL, emailPassword TEXT NOT NULL, hostName TEXT NOT NULL, portNumber TEXT NOT NULL, contactName TEXT NOT NULL, Constraint CHK_Logging_singlerow CHECK (LogId = 1) );"}],"table_count":1}