{"slug":"lazycaptcha","name":"LazyCaptcha","description":"LazyCaptcha is a small and lazy plugin to prevent bots from spamming your comments.","author":"tuxlog","active_installs":10,"version":"0.6","wp_org_url":"https://wordpress.org/plugins/lazycaptcha/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"lazy_captcha","full_table_name":"wp_lazy_captcha","description":"Stores lazy captcha data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"nid","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"task","type":"varchar(12)","nullable":false,"primary_key":false},{"name":"result","type":"varchar(3)","nullable":false,"primary_key":false},{"name":"chtime","type":"timestamp","nullable":false,"primary_key":false}],"create_sql":"create table wp_lazy_captcha ( nid varchar(32) NOT NULL, task varchar(12) NOT NULL, result varchar(3) NOT NULL, chtime timestamp NOT NULL, primary key(nid) )\" ) );"}],"table_count":1}