{"table_name":"wordlist","full_table_name":"wp_wordlist","description":"Stores wordlist data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wordlist ( id INTEGER PRIMARY KEY, term TEXT UNIQUE COLLATE nocase, num_hits INTEGER, num_docs INTEGER)\");","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"term","type":"TEXT","nullable":true,"primary_key":false},{"name":"num_hits","type":"INTEGER","nullable":true,"primary_key":false},{"name":"num_docs","type":"INTEGER","nullable":true,"primary_key":false}],"plugin":{"slug":"speedy-search","name":"Snappy Search","active_installs":0,"version":"1.6.0","wp_org_url":"https://wordpress.org/plugins/speedy-search/"}}