{"table_name":"hlc_queries","full_table_name":"wp_hlc_queries","description":"Stores hlc queries data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"create table hlc_Queries ( id MEDIUMINT NOT NULL AUTO_INCREMENT, myquery varchar(2048), descr varchar(2048), postid int, PRIMARY KEY (id) );","columns":[{"name":"id","type":"MEDIUMINT","nullable":false,"primary_key":true},{"name":"myquery","type":"varchar(2048)","nullable":true,"primary_key":false},{"name":"descr","type":"varchar(2048)","nullable":true,"primary_key":false},{"name":"postid","type":"int","nullable":true,"primary_key":false}],"plugin":{"slug":"hlc-sql-window","name":"HLC_sql_window","active_installs":10,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/hlc-sql-window/"}}