{"table_name":"lazy_captcha","full_table_name":"wp_lazy_captcha","description":"Stores lazy captcha data created by this plugin.","detection_method":"static","confidence":"high","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) )\" ) );","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}],"plugin":{"slug":"lazycaptcha","name":"LazyCaptcha","active_installs":10,"version":"0.6","wp_org_url":"https://wordpress.org/plugins/lazycaptcha/"}}